app-store

Mac App Package Identity Not Installed

风流意气都作罢 提交于 2019-12-12 03:12:37
问题 I have a Mac app I'm trying to submit to the App Store. I'm getting the error shown in the attached screenshot when I try to submit the app. I created the certificate request from this exact Mac and archived the app on this Mac using the 3rd Party Mac App certificate. All of that went fine. But when I go to submit the app, I can't get past selecting the Code Signing Identity because it says that the package identity is not installed on this Mac. I'm not sure how this is possible because I

How to create provision profile for an existing app iOS?

一曲冷凌霜 提交于 2019-12-12 02:30:04
问题 I've developed an app and created a provisioning profile in apple's member centre and downloaded, installed then submitted app to App Store. Then after my mac is formatted and I've lost the profile and the keychain access. Now my development is shifted to another mac where I tried to install that provisioning profile which is already there in member centre but it asked me to revoke the thing so I revoked and deleted it. now I lost provisioning profile. The only thing I've is App Store Id,

iCon file is missing when upload to App Store

北城以北 提交于 2019-12-12 01:28:21
问题 When i upload my iPad app for iOS7 to app store , i got following message. And here is my plist file. I don't know where am i wrong? 回答1: Change your way to add icons on your project. You can refer here. But, in your case, you have a problem with the name. Your icon is named iCons and the @2x named iCon@2x without S and verify if you have all your icons file in your resources. Here the guidelines iOS for all icons and the new guidelines for iOS 7 here. and Here a website to create all size of

Xcode error: “An app ID with identifier 'com.xxx.xxx' is not available.”

烈酒焚心 提交于 2019-12-12 01:17:30
问题 I've had a game on the Apple app store (iOS) for a year. I want to update it today, but I get this error message from Xcode: I don't want to change the Bundle ID string since my app on the app store already is register under this name. Here's what my account looks like: I've tried removing my old certificates from Key Chain, as well as revoking profiles from the Member Center website, with no success so far. Any idea what I should do? 回答1: A lot has happened over the past year. Either the

invalid binary, email received

半腔热情 提交于 2019-12-12 00:21:47
问题 I'm trying to upload an app to app store, and I'm getting a lot of trouble. Now I received this email: Dear developer, We have discovered one or more issues with your recent delivery for "usualBike". To process your delivery, the following issues must be corrected: Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported. Please check your Xcode project's code signing entitlements configuration, and remove any unneeded

Does the usage of CCCryptor warrant French import declaration certificate?

自闭症网瘾萝莉.ら 提交于 2019-12-11 23:33:04
问题 Would like to get some help from people who implemented encryption in their apps and already passed it to app store. Our app uses https/SSL and AES256 encryption provided by CCCryptor along with keychain . According to this message regarding encryption: Apps that meet the following criteria are required to comply with French Encryption Laws/Regulations if you intend to distribute your app in France. This requirement applies to apps that use, access, implement, or incorporate: (a) any

How to customize Apple App Store Appearance?

核能气质少年 提交于 2019-12-11 20:26:35
问题 I have seen lately that there are some apps in the apple app store which have a customized design like the one in the photo below. How can I customize the appearance of my app in the Apple App Store? 回答1: Some apps are featured by Apple. And sometimes, Apple asks to the seller to provide promotional artworks in order to promote an app on the App Store. If Apple wants to promote your app, you will receive a promo art request and you will upload it through iTunes Connect. 来源: https:/

Is there a way to directly download an iOS app (without using the app store)

痴心易碎 提交于 2019-12-11 20:13:02
问题 I would like to have users be directed to a link which will immediately start downloading an app on an iOS device. I know you can register for Enterprise application or do limited ad-hoc distribution, but this is not the case here. The app I would like to link to is already on the app store. I would like to know if users can download the app directly without going through the app store. Thanks in advance. 回答1: As mentioned above, you cannot provide a direct link to the application. There are

Full/Lite APP with 2 targets in same codebase

假如想象 提交于 2019-12-11 20:00:20
问题 I developed a game and registered a name as (drifter) now i am planning to release FULL and LITE versions as in lite version user can play the game upto 99points after scoring 99points i added gameover and store button for full version. With the help of RAYWENDERLICH tutorial http://www.raywenderlich.com/68613/create-paid-lite-version-iphone-app ( thanks Dani Arnaout for great tutorial) I created lite version target in xcode, now I made 2 targets (drifter and drifterlite )in one codebase

iPhone6,6+ are not shown in compatibility section on the App Store

二次信任 提交于 2019-12-11 19:31:10
问题 I submitted an app to the App Store one week ago. I had tested it on the iPhone6 and 6+ simulators and it was OK. Now it is available on the App Store but in the compatibility section iPhone6 and iPhone6+ are not shown. Why? Is it because of building with xCode 6.0? More information about my build config: XCode 6.0 Deployment-Target: 7.0 Valid Architectures: arm64, armv7, armv7s, arm6 回答1: I had same issues. Did few adjustments to get iPhone 6 and 6+ compatibility. You may refer to the steps