app-store

Xcode Provisional Profile: doesn't include signing certificate “Apple Distribution…”

时光总嘲笑我的痴心妄想 提交于 2020-06-17 09:42:35
问题 I have made 2 certificates The first one is of type "iOS Distribution". The second one is of type "Distribution". As far as I can remember, one of the steps of creating the second one was to choose "Apple Distribution" in the checklist as one of the steps to creating the certificate. I have generated a Provisional Profile and added it to my Xcode and I keep on getting this error: doesn't include signing certificate "Apple Distribution MYNAME (ABCDEF)" So I go to the Provisional Profile

ITMS-90034: Missing or invalid signature error

时间秒杀一切 提交于 2020-06-16 18:35:32
问题 This is the error message I get while uploading my app binary to iTunesConnect: ITMS-90034: Missing or invalid signature - The bundle 'com.myCompany.myApp' at bundle path 'Payload/myApp.app' is not signed using an Apple submission certificate. I compared the settings with another app of mine I successfully upload and hardly see any difference in the certificates or signing settings. Only one thing is different, though: myApp has an extension (Ads blocker) while the other one has none (but I

iOS 13 SDK deadline confusion for existing released apps

六眼飞鱼酱① 提交于 2020-06-12 06:29:09
问题 I'm confused by Apple's latest email regarding their requirements for apps to use iOS SDK 13. So first there was this message March 4th: Submit Your iPhone Apps to the App Store Starting April 30, 2020, all iPhone apps submitted to the App Store must be built with the iOS 13 SDK or later. Then they send out this message on March 26th: Deadline for App Updates has Been Extended To accommodate developers who may need additional time to update their existing apps on the App Store , the deadline

TestFlight installed app crash with Swift Package Manager dependencies

为君一笑 提交于 2020-06-12 06:01:35
问题 We have migrated some of our CocoaPod dependencies to be build and linked with Swift Package Manager in Xcode 11. However, whenever we submit application to AppStore Connect and distribute with TestFlight, the app crashes the moment it tries to use API from one of the SPM linked dependencies. Other builds (adhoc and development) are working fine. Some of the SPM dependencies are also linked 2 app extensions. Did anyone encounter this issue, would you have any idea what is the problem and/or

How to fix “App Store Connect Operation ERROR ITMS-90771”

这一生的挚爱 提交于 2020-06-11 16:42:52
问题 I'm trying to submit my app to TestFlight, but I keep getting this error. and this is what I have in my info.plist How do I fix this? 回答1: Add this in your info.plist and then resubmit your app <key>BGTaskSchedulerPermittedIdentifiers</key> <array> <string>com.yourCompanyName.appName</string> </array> 回答2: As it says you need to add "BGTaskSchedulerPermittedIdentifiers" to your info.plist. You have turned on background task capabilities for your app but did not add corresponding identifiers.

How to fix “App Store Connect Operation ERROR ITMS-90771”

做~自己de王妃 提交于 2020-06-11 16:41:27
问题 I'm trying to submit my app to TestFlight, but I keep getting this error. and this is what I have in my info.plist How do I fix this? 回答1: Add this in your info.plist and then resubmit your app <key>BGTaskSchedulerPermittedIdentifiers</key> <array> <string>com.yourCompanyName.appName</string> </array> 回答2: As it says you need to add "BGTaskSchedulerPermittedIdentifiers" to your info.plist. You have turned on background task capabilities for your app but did not add corresponding identifiers.

iTunesConnect: cannot transfer app because of “You must turn off TestFlight beta testing for the app that you want to transfer”

Deadly 提交于 2020-06-10 02:19:06
问题 Below you can see that testing for external testers are turned off: same for internal testing: but when I transfer app, one of the criterias are not met: Why? 回答1: I had the exact same issue, resolved by removing all Tester and Build from the TestFlight as discussed above also (!important) remove everything fields at the App Information - Test Information. 回答2: For me it was localised test descriptions. Make sure you check that drop down list on the right and clear out info for all languages.

com.apple.developer.associated-domains issue when validating iOS app

旧城冷巷雨未停 提交于 2020-06-09 11:06:36
问题 When I was validating my project with Organizer in Xcode, I got the following error Invalid code signing entitlements . Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value * for key com.apple.developer.associated-domains in Payload/MyApp.app/MyApp is not supported. I cannot find any relevant answer from google. Hope someone can help me? 回答1: I had a similar problem with Xcode 5.1.1, and couldn't solve it using any of the

com.apple.developer.associated-domains issue when validating iOS app

吃可爱长大的小学妹 提交于 2020-06-09 11:06:34
问题 When I was validating my project with Organizer in Xcode, I got the following error Invalid code signing entitlements . Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value * for key com.apple.developer.associated-domains in Payload/MyApp.app/MyApp is not supported. I cannot find any relevant answer from google. Hope someone can help me? 回答1: I had a similar problem with Xcode 5.1.1, and couldn't solve it using any of the

URL for redeeming Mac App Store promo codes

那年仲夏 提交于 2020-06-09 09:44:47
问题 I want to be able to send out a link for a free download of my app in the app store using a promo code. This can be done with the iOS app store using this URL https://phobos.apple.com/WebObjects/MZFinance.woa/wa/freeProductCodeWizard?code=<YOUR-PROMO-CODE-HERE> This doesn't work with Mac app store promo codes though. Does anyone know if a similar url exists for the Mac app store? 回答1: The Mac App Store has two URL schemes, macappstore: and macappstores: . It looks like you need to use latter