Search results for

“ITMS-90338”

1,703 results found

Post

Replies

Boosts

Views

Activity

ITMS-91065: Missing signature and forks of open source libs
Hello, I received an App Store rejection (ITMS-91065: Missing signature) for one of my iOS apps related to vendor-signed third-party SDKs and I want to understand the rule more clearly. My understanding is that some third-party SDKs must be vendor-signed; I believe the vendor list is: https://developer.apple.com/support/third-party-SDK-requirements/. In my app, for example, I have a fork of RxSwift that we build from source and therefore self-sign. That seems reasonable, but it does mean that it will no longer be signed by the vendor. How can I ensure I won't be flagged for using a non–vendor-signed third-party SDK in this case? Thanks, Sam
0
0
97
Jan ’26
Uploading failed with ERROR ITMS-90045: Invalid Code Signing Entitlements
PresentationI've an Apple Dev ID as a member of an organisation.I use Visual Studio 2019 on Windows 10 to build the ipa file via the Mac using Xcode version 11.2.1.The ipa file is uploaded to the store using Fastlane by the administrator of the same organisation.DESCRIPTION OF PROBLEMWe've this problem when uploading ipa file on the store.With the developer provisioning profile, I can execute my app without problem.But with the distribution provisionning profile created by the administrators, when they upload the ipa file,we have the errors above. The distribution provisionning profile is generated by them with the iCloud option Include Cloudkit support (requires Xcode 6).As a member, I download the profile on the Mac and double-click on it to load it in Xcode.In order to see the profile in question in Visual Studio 2019, I download the profile from Xcode and build the ipa file with theconfiguration Ad-Hoc, the only one that I can use with the profile provided.In the Entilements file, I only have these two li
4
0
5.6k
Dec ’19
ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing.
Flutter iOS App. Previous version submitted passed. Only change the version and some text, submit has error: ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. the release steps: flutter clean; flutter pub get; flutter build ios --release; xcode - clean build folder; archive; distribute app Searched online and tried many suggestions, none works.
2
0
347
Feb ’25
ERROR ITMS-90161 Invalid Provisioning Profile
I was finally able to get my project to build in Unreal Engine.... buuut... Application Loader won't accept it to the App Store. I'ts an iOS app made for Distribution.Here's What I HaveApple Resources (image: https://i.imgur.com/RaY3bqe.jpg)- Intermediate Certificate- iOS Distribution Certificate + Key- App ID | Type: explicit | “com.CompanyName.appName”- Provision Profile | Platform: iOS | Type: App Store- Keychain | Intermediate Certificate + iOS Distribution Certificate + Key- App Store Connect Project with appName and matching Bundle ID selected.How I made my Certificate- Keychain Access > Certificate Assistant > Request a Certificate From a Certificate Authority… It made a CSR and key- I used the CSR to make the iOS Distribution certificate at developer.apple.com- Downloaded certificate, drag and dropped into the keychain I made “UnrealEngineiOS”.Unreal Engine Settings (image: https://i.imgur.com/bHvsvDA.jpg)- Provision, Certificate are valid- Bundle Info is named exactly how I named my certificate
0
0
2.1k
Oct ’19
ITMS-90522 - Invalid Image Asset. The image stack has an invalid layer.
I submitted a tvOS build to iTunes Connect today and processing failed a few minutes later with several ITMS-90522 errors for various layered images.ERROR ITMS-90522: Invalid Image Asset. The image stack 'image-name' in 'Payload/MyApp.app/Assets.car' has an invalid layer.All of the images called out by these errors display correctly in Xcode and in app. None of the background images have an alpha channel. Everything looks fine, but iTunes Connect rejects the app. Worst of all, these images haven't changed in many months and I've been submitting builds successfully to iTunes Connect for TestFlight several times per month without these errors. I did see these errors a few weeks ago, but I simply resubmitted the exact same binary a few minutes later and it processed successfully. I have tried resubmitting this build three times and haven't gotten past this error.This seems to me like a bug in iTunes Connect, but I thought I'd post here to see if anyone had encountered this or had any thoughts.
5
0
2.2k
Sep ’16
ERROR ITMS-90283: “Invalid Provisioning Profile” Ask Question
I have inherited an old macos app and I am trying to upload a new version to the app store. When trying to upload the new build, i keep getting this error:ERROR ITMS-90283: Invalid Provisioning Profile. The provisioning profile included in the bundle com.****.**** [com.****.****.pkg/Payload/***.app] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal.I have trying creating new certificates, but i'm not sure what i am doing wrong. How do i upload a new build to a protect i have just been given access to?Thanks
7
0
2.0k
Apr ’17
ITMS-90118: Invalid routing app setting:
Hi everyone, I’m running into an App Store Connect issue that seems to be a misclassification, and I’m hoping someone (or Apple staff) can help clarify or advise. App: Quick Quote Calculator Platform: iOS (built with Expo) App type: Business No navigation, routing, maps, or turn-by-turn directions When submitting a new build, App Store Connect returns: ITMS-90118: Invalid routing app setting To upload a routing app coverage file, you must define the app binary as a routing app. However: There is no “Routing & Navigation” section in App Information There is no “Routing App Coverage File” section under App Store No routing metadata or coverage file has ever been uploaded The app does not provide routing or navigation functionality It appears the binary itself is being classified as a routing app, but there is no UI in App Store Connect to view or remove this classification. What I’ve tried Verified app metadata and screenshots Confirmed no routing/navigation APIs are used Reviewed Info.plist permis
1
0
178
Jan ’26
tvOS ERROR ITMS-90046: "Invalid Code Signing Entitlements
Hi am trying to upload my app to the appStore and begin to test with testFlight, but i have this error: ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on tvOS. Specifically, value '*' for key 'com.apple.developer.associated-domains' in 'Payload/myapp.app/myapp' is not supported., It is a tvOS app and for this AppID already have an iOS app that use Associate domains to support universal links. is there a way to use the same appId from my ios app with associated domains enabled, in my tvOS app?
2
0
834
Jul ’16
Error itms-90503 arm64 slice for Sticker app?
Hello, I'm a new developer and I've made a sticker app just to get familiar with the process of submitting an app for the App Store.All of my IDs, Profiles, and Certificates are correct. The only problem I'm running into, is that when I try to upload it to iTunes Connect, it tells me that since it has arm64 in the info list, it must contain an arm64 slice. I've gone though as much as I can to figure out how to set it to just arm64. Everything I see says it's in arm64.Does it need the armv7 and armv7s? The first time I tried uploading the app, it told me it had all three, armv7, armv7s, and arm64. Got rid of the armv7 and armv7s and left arm64, still getting the ERROR ITMS-90503 Invalid Bundle. I have no idea what is going on. I've tried remaking the app several times and keep getting the same message. I'm just making a Sticker app. Can anyone help please?
6
0
2.3k
Aug ’17
Getting ERROR ITMS-90345 when trying to submit to TestFlight
I'm build an iOS 15 app in Xcode 13 and whenever I try to submit to the App Store for TestFlight testing I get the following error: ERROR ITMS-90345: Metadata/Info.plist Mismatch. The value for bundle_identifier in the metadata.xml file does not match the value for CFBundleIdentifier in xxxxx [Payload/xxxxx.app]. (App name removed because it doesn't matter) Based on some other forum answers, I doubled checked that there are no spaces in the bundle ID, and have tried repeatedly re-typing it, and copy and pasting it from an alternate version of the project that used to submit to TestFlight fine, but nothing has worked. Honestly, I have no idea where metadata.xml lives or how to even check what value is in it, which is part of the problem. Any advice or guidance here would be greatly appreciated, because I'm not sure what else I can do at this point, other than throwing everything away and starting over in Xcode 12 and iOS 14. Thanks!
3
0
3.1k
Jun ’21
In-house App cannot be installed if you use "itms-service" scheme on iOS10
Hello, I have tested iOS10 beta and GM Seed, and found a problem that In-house app cannot be installed on iOS10 device if you use itms-service scheme.It happens only when you block app install (hide the App Store icon) on your device by installing profile or set on Settings > General > Restrictions > Installing Apps.Does anyone have the same problem? Is the regulation changed or is there any way to fix this? Thank you.
0
0
564
Sep ’16
Reply to Appstore submission rejected - Privacy
See Handling ITMS-91061: Missing privacy manifest for a response.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’25
Reply to Invalid Binary uploading app in TestFlight
See Handling ITMS-91061: Missing privacy manifest for a response.
Replies
Boosts
Views
Activity
Apr ’25
ITMS-91065: Missing signature and forks of open source libs
Hello, I received an App Store rejection (ITMS-91065: Missing signature) for one of my iOS apps related to vendor-signed third-party SDKs and I want to understand the rule more clearly. My understanding is that some third-party SDKs must be vendor-signed; I believe the vendor list is: https://developer.apple.com/support/third-party-SDK-requirements/. In my app, for example, I have a fork of RxSwift that we build from source and therefore self-sign. That seems reasonable, but it does mean that it will no longer be signed by the vendor. How can I ensure I won't be flagged for using a non–vendor-signed third-party SDK in this case? Thanks, Sam
Replies
0
Boosts
0
Views
97
Activity
Jan ’26
Uploading failed with ERROR ITMS-90045: Invalid Code Signing Entitlements
PresentationI've an Apple Dev ID as a member of an organisation.I use Visual Studio 2019 on Windows 10 to build the ipa file via the Mac using Xcode version 11.2.1.The ipa file is uploaded to the store using Fastlane by the administrator of the same organisation.DESCRIPTION OF PROBLEMWe've this problem when uploading ipa file on the store.With the developer provisioning profile, I can execute my app without problem.But with the distribution provisionning profile created by the administrators, when they upload the ipa file,we have the errors above. The distribution provisionning profile is generated by them with the iCloud option Include Cloudkit support (requires Xcode 6).As a member, I download the profile on the Mac and double-click on it to load it in Xcode.In order to see the profile in question in Visual Studio 2019, I download the profile from Xcode and build the ipa file with theconfiguration Ad-Hoc, the only one that I can use with the profile provided.In the Entilements file, I only have these two li
Replies
4
Boosts
0
Views
5.6k
Activity
Dec ’19
ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing.
Flutter iOS App. Previous version submitted passed. Only change the version and some text, submit has error: ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. the release steps: flutter clean; flutter pub get; flutter build ios --release; xcode - clean build folder; archive; distribute app Searched online and tried many suggestions, none works.
Replies
2
Boosts
0
Views
347
Activity
Feb ’25
ERROR ITMS-90161 Invalid Provisioning Profile
I was finally able to get my project to build in Unreal Engine.... buuut... Application Loader won't accept it to the App Store. I'ts an iOS app made for Distribution.Here's What I HaveApple Resources (image: https://i.imgur.com/RaY3bqe.jpg)- Intermediate Certificate- iOS Distribution Certificate + Key- App ID | Type: explicit | “com.CompanyName.appName”- Provision Profile | Platform: iOS | Type: App Store- Keychain | Intermediate Certificate + iOS Distribution Certificate + Key- App Store Connect Project with appName and matching Bundle ID selected.How I made my Certificate- Keychain Access > Certificate Assistant > Request a Certificate From a Certificate Authority… It made a CSR and key- I used the CSR to make the iOS Distribution certificate at developer.apple.com- Downloaded certificate, drag and dropped into the keychain I made “UnrealEngineiOS”.Unreal Engine Settings (image: https://i.imgur.com/bHvsvDA.jpg)- Provision, Certificate are valid- Bundle Info is named exactly how I named my certificate
Replies
0
Boosts
0
Views
2.1k
Activity
Oct ’19
ITMS-90522 - Invalid Image Asset. The image stack has an invalid layer.
I submitted a tvOS build to iTunes Connect today and processing failed a few minutes later with several ITMS-90522 errors for various layered images.ERROR ITMS-90522: Invalid Image Asset. The image stack 'image-name' in 'Payload/MyApp.app/Assets.car' has an invalid layer.All of the images called out by these errors display correctly in Xcode and in app. None of the background images have an alpha channel. Everything looks fine, but iTunes Connect rejects the app. Worst of all, these images haven't changed in many months and I've been submitting builds successfully to iTunes Connect for TestFlight several times per month without these errors. I did see these errors a few weeks ago, but I simply resubmitted the exact same binary a few minutes later and it processed successfully. I have tried resubmitting this build three times and haven't gotten past this error.This seems to me like a bug in iTunes Connect, but I thought I'd post here to see if anyone had encountered this or had any thoughts.
Replies
5
Boosts
0
Views
2.2k
Activity
Sep ’16
ERROR ITMS-90283: “Invalid Provisioning Profile” Ask Question
I have inherited an old macos app and I am trying to upload a new version to the app store. When trying to upload the new build, i keep getting this error:ERROR ITMS-90283: Invalid Provisioning Profile. The provisioning profile included in the bundle com.****.**** [com.****.****.pkg/Payload/***.app] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal.I have trying creating new certificates, but i'm not sure what i am doing wrong. How do i upload a new build to a protect i have just been given access to?Thanks
Replies
7
Boosts
0
Views
2.0k
Activity
Apr ’17
ITMS-90118: Invalid routing app setting:
Hi everyone, I’m running into an App Store Connect issue that seems to be a misclassification, and I’m hoping someone (or Apple staff) can help clarify or advise. App: Quick Quote Calculator Platform: iOS (built with Expo) App type: Business No navigation, routing, maps, or turn-by-turn directions When submitting a new build, App Store Connect returns: ITMS-90118: Invalid routing app setting To upload a routing app coverage file, you must define the app binary as a routing app. However: There is no “Routing & Navigation” section in App Information There is no “Routing App Coverage File” section under App Store No routing metadata or coverage file has ever been uploaded The app does not provide routing or navigation functionality It appears the binary itself is being classified as a routing app, but there is no UI in App Store Connect to view or remove this classification. What I’ve tried Verified app metadata and screenshots Confirmed no routing/navigation APIs are used Reviewed Info.plist permis
Replies
1
Boosts
0
Views
178
Activity
Jan ’26
Reply to ERROR ITMS-90362 Submitting watch OS2 app with Healthkit to iTunes Connect
I searched the forums for the error ITMS-90362. Someone else posted their radar #.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’15
Reply to Invalid binary rejected
@suraj_pawar20 See the response in Handling ITMS-91061: Missing privacy manifest.
Replies
Boosts
Views
Activity
Mar ’25
tvOS ERROR ITMS-90046: "Invalid Code Signing Entitlements
Hi am trying to upload my app to the appStore and begin to test with testFlight, but i have this error: ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on tvOS. Specifically, value '*' for key 'com.apple.developer.associated-domains' in 'Payload/myapp.app/myapp' is not supported., It is a tvOS app and for this AppID already have an iOS app that use Associate domains to support universal links. is there a way to use the same appId from my ios app with associated domains enabled, in my tvOS app?
Replies
2
Boosts
0
Views
834
Activity
Jul ’16
Error itms-90503 arm64 slice for Sticker app?
Hello, I'm a new developer and I've made a sticker app just to get familiar with the process of submitting an app for the App Store.All of my IDs, Profiles, and Certificates are correct. The only problem I'm running into, is that when I try to upload it to iTunes Connect, it tells me that since it has arm64 in the info list, it must contain an arm64 slice. I've gone though as much as I can to figure out how to set it to just arm64. Everything I see says it's in arm64.Does it need the armv7 and armv7s? The first time I tried uploading the app, it told me it had all three, armv7, armv7s, and arm64. Got rid of the armv7 and armv7s and left arm64, still getting the ERROR ITMS-90503 Invalid Bundle. I have no idea what is going on. I've tried remaking the app several times and keep getting the same message. I'm just making a Sticker app. Can anyone help please?
Replies
6
Boosts
0
Views
2.3k
Activity
Aug ’17
Getting ERROR ITMS-90345 when trying to submit to TestFlight
I'm build an iOS 15 app in Xcode 13 and whenever I try to submit to the App Store for TestFlight testing I get the following error: ERROR ITMS-90345: Metadata/Info.plist Mismatch. The value for bundle_identifier in the metadata.xml file does not match the value for CFBundleIdentifier in xxxxx [Payload/xxxxx.app]. (App name removed because it doesn't matter) Based on some other forum answers, I doubled checked that there are no spaces in the bundle ID, and have tried repeatedly re-typing it, and copy and pasting it from an alternate version of the project that used to submit to TestFlight fine, but nothing has worked. Honestly, I have no idea where metadata.xml lives or how to even check what value is in it, which is part of the problem. Any advice or guidance here would be greatly appreciated, because I'm not sure what else I can do at this point, other than throwing everything away and starting over in Xcode 12 and iOS 14. Thanks!
Replies
3
Boosts
0
Views
3.1k
Activity
Jun ’21
In-house App cannot be installed if you use "itms-service" scheme on iOS10
Hello, I have tested iOS10 beta and GM Seed, and found a problem that In-house app cannot be installed on iOS10 device if you use itms-service scheme.It happens only when you block app install (hide the App Store icon) on your device by installing profile or set on Settings > General > Restrictions > Installing Apps.Does anyone have the same problem? Is the regulation changed or is there any way to fix this? Thank you.
Replies
0
Boosts
0
Views
564
Activity
Sep ’16