Search results for

“ITMS-90338”

1,703 results found

Post

Replies

Boosts

Views

Activity

AppStore Connect Operation error - Error ITMS-90168 : "null"
Hello, I am uploading an update of a test flight and it gives me this error in the final part. :( It gives me the following legend in xcode app store connection operation error error itms-90168: null In the Packaging record that is generated.... Failed for distribution item with error Error Domain=IDEFoundationErrorDomain Code=1 It generates that error right at the end, at the moment of finishing uploading the .ipa. It generates a registry folder where the .ipa and several files come out. Does anybody know what is it due to? Thanks in advance I will leave a little code of the last lines of the log with the idea that it can help something 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 [OPTIONAL] Can't have a profile, not a bundle at 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 Process
0
0
1.5k
Feb ’22
ERROR ITMS-90283: “Invalid Provisioning Profile” in Mac-Catalyst app
I'm working on a Mac-Catalyst app. It needs to access some of the AppKit Classes so I integrated a macOS Bundle to accomplish that(reference blog post: https:// medium.com/better-programming/how-to-access-the-appkit-api-from-mac-catalyst-apps-2184527020b5), and it works fine except it won't let me upload the app to the Appstore. When I try to upload the app XCode throws me an error: ERROR ITMS-90283: Invalid Provisioning Profile. The provisioning profile included in the bundle com.XXX.MacPlugin [com.XXX.XXXX.pkg/Payload/XXX.app/Contents/PlugIns/MacPlugin.bundle] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal. I tried uploading the build removing this plugin and it worked, but with this Plugin it won't work.
0
0
640
Feb ’21
ITMS-90899 : how to select macOS 12.4 or macOS 12.5 when submitting iOS app
I received this message when submitting my app : ITMS-90899: Apple silicon Mac support issue - The app is not compatible with the provided minimum macOS version of 12.4. It can run on macOS 13.0 or later. Please specify an LSMinimumSystemVersion value of 13.0 or later in a new build, or select a compatible version in App Store Connect. There is now possibility to select macOS 12.5, 12.5 or even 13 with xCode 13.4.1 and on Apple Store Connect The app is running correctly on macOS 12.5.1 (but even this version is not selectable) Can someone help me understand.
2
0
7.6k
Aug ’22
Reply to Problems with manually submitting a MacOS app to the Apple Store
Same problem here when using Transporter. Any ideas? Thanks. ERROR ITMS-90230: Invalid product archive metadata. Error in keyPath [product-metadata.product-identifier]. Please re-build your archive with an up-to-date version of Xcode, and submit again. ERROR ITMS-90230: Invalid product archive metadata. Error in keyPath [product-metadata.product-version]. Please re-build your archive with an up-to-date version of Xcode, and submit again.
Topic: Code Signing SubTopic: General Tags:
Jun ’20
ERROR ITMS-9000: "This bundle is invalid. invalid XML character '0x0003' at index 769 in Info.plist
HI , who can help me out, i have been trying for a few days now but i can't find the solutioni have a app and a watchkit app and using the Alamofire plugin i have set both version and cfbundle to 2.3.when i try to submit to the App Store i get 2 errorsERROR ITMS-9000: This bundle is invalid. invalid XML character '0x0003' at index 769 in Info.plistERROR ITMS-9000: This bundle is invalid. invalid XML character '0x0003' at index 327 in Info.plisti dont know how to find this error or how to solve it,i tried searching for the info.plist, but i have several and i can't see whats wrongi use XCode Version 6.4 (6E35b)who can help me?
0
0
715
Jul ’15
ERROR ITMS-4134: "Duplicate in-app purchase product_id: 'xxx'." at Software/SoftwareMetadata
Hi,My app already has a few non consumable in-app purchase without content hosting.One of them has product id: 010.I have created a new in-app purchase with content hosting with product id: T01I have added a new target (In-App purchase Content) to my projectI added a file to the new target and configured the ContentInfo.plist with IAPProductIdentifier: T01I archived the new target and exported as Installer PackageWhen I try to upload the content via Application Loader I get this:ERROR ITMS-4134: Duplicate in-app purchase product_id: '010'. at Software/SoftwareMetadataWhere am I wrong?Thank you in advance for any help.
1
0
5.2k
Jun ’17
ITMS-90683: Missing Purpose String in Info.plist, but NSUserTrackingUsageDescription is set in InfoPlist.strings
Hello, when uploading a build to AppStoreConnect we got this issue: ITMS-90683: Missing Purpose String in Info.plist - Your app‘s code references one or more APIs that access sensitive user data. The app‘s Info.plist file should contain a NSUserTrackingUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. For details, visit: https://developer.apple.com/documentation/uikit/protecting_the_user_s_privacy/requesting_access_to_protected_resources Its correct that we don't have NSUserTrackingUsageDescription but it is set in InfoPlist.strings and our QA verified it is working for all supported languages. Do we need to add NSUserTrackingUsageDescription to the plist, but then its not localised? Or is there some ghost language that is not being set correctly (i.e. en-US, e
2
0
2.6k
Sep ’22
Reply to Why can't I have INPlayMediaIntent in 2 extensions?
Oh yes, I used that Car Play Music Sample to add CarPlay to my app and it seems to work good but now I need to make sure Siri works with CarPlay and the main app, the watch, HomePod and everything else. I'm just running into conflicts with INPlayMediaIntent plus I'm working on a Radio app so when a user says Hey Siri, play Beatles Radio the phone tries to play Beatles in my music library instead of my app. I have 40 other radio stations with the word radio in the name, so I'm dealing with that. I'm getting lots of other errors when I try to upload to appstoreconnect, but will deal with them later: ITMS-90626: Invalid Siri Support - '' is not a supported intent type Though you are not required to fix the following issues, we wanted to make you aware of them: ITMS-90626: Invalid Siri Support - No example phrase was provided for INSendMessageIntent in the 'pt-br' language. Please refer to 'https://developer.apple.com/documentation/sirikit/registering_custom_vocabulary_with_sirikit/global_vocabu
Aug ’24
ERROR ITMS-90164 Invalid Code Signing Entitlements with com.apple.token
Hey guys. We're attempting to submit an update for our app and TestFlight scan of our IPA returns a rejection with the message: ERROR ITMS-90164 Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. According to the provisioning profile, the bundle contains a key value that is not allowed: [OurTeamID, com.apple.token] for the key 'keychain-access-groups' in 'Payload/ourApp.app/ourApp' This is only happening now with the introduction of 'com.apple.token' since we're introducing biometrics support to our App. Our previous release had no issues. Our app's entitlements are: <plist version=1.0> <dict> <key>application-identifier</key> &#9;<string>OurTeamID.our.bundle.id</string> <key>com.apple.developer.default-data-protection</key> <string>NSFileProtectionComplete</string> <key>com.apple.developer.team-identifier</key> <string>O
2
0
2.5k
Dec ’20
AppStore Connect Operation error - Error ITMS-90168 : "null"
Hello, I am uploading an update of a test flight and it gives me this error in the final part. :( It gives me the following legend in xcode app store connection operation error error itms-90168: null In the Packaging record that is generated.... Failed for distribution item with error Error Domain=IDEFoundationErrorDomain Code=1 It generates that error right at the end, at the moment of finishing uploading the .ipa. It generates a registry folder where the .ipa and several files come out. Does anybody know what is it due to? Thanks in advance I will leave a little code of the last lines of the log with the idea that it can help something 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 [OPTIONAL] Can't have a profile, not a bundle at 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 Process
Replies
0
Boosts
0
Views
1.5k
Activity
Feb ’22
ERROR ITMS-90283: “Invalid Provisioning Profile” in Mac-Catalyst app
I'm working on a Mac-Catalyst app. It needs to access some of the AppKit Classes so I integrated a macOS Bundle to accomplish that(reference blog post: https:// medium.com/better-programming/how-to-access-the-appkit-api-from-mac-catalyst-apps-2184527020b5), and it works fine except it won't let me upload the app to the Appstore. When I try to upload the app XCode throws me an error: ERROR ITMS-90283: Invalid Provisioning Profile. The provisioning profile included in the bundle com.XXX.MacPlugin [com.XXX.XXXX.pkg/Payload/XXX.app/Contents/PlugIns/MacPlugin.bundle] is invalid. [Invalid 'com.apple.application-identifier' entitlement value.] For more information, visit the macOS Developer Portal. I tried uploading the build removing this plugin and it worked, but with this Plugin it won't work.
Replies
0
Boosts
0
Views
640
Activity
Feb ’21
ITMS-90899 : how to select macOS 12.4 or macOS 12.5 when submitting iOS app
I received this message when submitting my app : ITMS-90899: Apple silicon Mac support issue - The app is not compatible with the provided minimum macOS version of 12.4. It can run on macOS 13.0 or later. Please specify an LSMinimumSystemVersion value of 13.0 or later in a new build, or select a compatible version in App Store Connect. There is now possibility to select macOS 12.5, 12.5 or even 13 with xCode 13.4.1 and on Apple Store Connect The app is running correctly on macOS 12.5.1 (but even this version is not selectable) Can someone help me understand.
Replies
2
Boosts
0
Views
7.6k
Activity
Aug ’22
Reply to App Store Distribution fails on valid com.apple.developer.healthkit.access value
I deleted the entry (the empty array com.apple.developer.healthkit.access), but after upload, I received the message : ITMS-90000: This bundle is invalid - $message. very weird
Replies
Boosts
Views
Activity
Jan ’21
Reply to Problems with manually submitting a MacOS app to the Apple Store
Same problem here when using Transporter. Any ideas? Thanks. ERROR ITMS-90230: Invalid product archive metadata. Error in keyPath [product-metadata.product-identifier]. Please re-build your archive with an up-to-date version of Xcode, and submit again. ERROR ITMS-90230: Invalid product archive metadata. Error in keyPath [product-metadata.product-version]. Please re-build your archive with an up-to-date version of Xcode, and submit again.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’20
Reply to Getting "Invalid binary" when trying to submit app to review
check your email, there is a new requirement ITMS-91061 for Privacy manifests . Your app probably has some 3-rd Party libraries that dont have it.
Replies
Boosts
Views
Activity
Feb ’25
ERROR ITMS-9000: "This bundle is invalid. invalid XML character '0x0003' at index 769 in Info.plist
HI , who can help me out, i have been trying for a few days now but i can't find the solutioni have a app and a watchkit app and using the Alamofire plugin i have set both version and cfbundle to 2.3.when i try to submit to the App Store i get 2 errorsERROR ITMS-9000: This bundle is invalid. invalid XML character '0x0003' at index 769 in Info.plistERROR ITMS-9000: This bundle is invalid. invalid XML character '0x0003' at index 327 in Info.plisti dont know how to find this error or how to solve it,i tried searching for the info.plist, but i have several and i can't see whats wrongi use XCode Version 6.4 (6E35b)who can help me?
Replies
0
Boosts
0
Views
715
Activity
Jul ’15
ERROR ITMS-4134: "Duplicate in-app purchase product_id: 'xxx'." at Software/SoftwareMetadata
Hi,My app already has a few non consumable in-app purchase without content hosting.One of them has product id: 010.I have created a new in-app purchase with content hosting with product id: T01I have added a new target (In-App purchase Content) to my projectI added a file to the new target and configured the ContentInfo.plist with IAPProductIdentifier: T01I archived the new target and exported as Installer PackageWhen I try to upload the content via Application Loader I get this:ERROR ITMS-4134: Duplicate in-app purchase product_id: '010'. at Software/SoftwareMetadataWhere am I wrong?Thank you in advance for any help.
Replies
1
Boosts
0
Views
5.2k
Activity
Jun ’17
ITMS-90683: Missing Purpose String in Info.plist, but NSUserTrackingUsageDescription is set in InfoPlist.strings
Hello, when uploading a build to AppStoreConnect we got this issue: ITMS-90683: Missing Purpose String in Info.plist - Your app‘s code references one or more APIs that access sensitive user data. The app‘s Info.plist file should contain a NSUserTrackingUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. If you're using external libraries or SDKs, they may reference APIs that require a purpose string. While your app might not use these APIs, a purpose string is still required. For details, visit: https://developer.apple.com/documentation/uikit/protecting_the_user_s_privacy/requesting_access_to_protected_resources Its correct that we don't have NSUserTrackingUsageDescription but it is set in InfoPlist.strings and our QA verified it is working for all supported languages. Do we need to add NSUserTrackingUsageDescription to the plist, but then its not localised? Or is there some ghost language that is not being set correctly (i.e. en-US, e
Replies
2
Boosts
0
Views
2.6k
Activity
Sep ’22
Reply to URL scheme for the Movies app
Any luck? I'm trying to accomplish the same thing. http, https and itms don't work when passed to [[UIApplication sharedApplication] openURL:]
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’15
Reply to how to upload ios 9 target app
Check this : http://stackoverflow.com/questions/32544773/how-to-solve-error-itms-90529-on-submit-application-complied-by-xcode-7-gm
Replies
Boosts
Views
Activity
Dec ’16
Reply to Why can't I have INPlayMediaIntent in 2 extensions?
Oh yes, I used that Car Play Music Sample to add CarPlay to my app and it seems to work good but now I need to make sure Siri works with CarPlay and the main app, the watch, HomePod and everything else. I'm just running into conflicts with INPlayMediaIntent plus I'm working on a Radio app so when a user says Hey Siri, play Beatles Radio the phone tries to play Beatles in my music library instead of my app. I have 40 other radio stations with the word radio in the name, so I'm dealing with that. I'm getting lots of other errors when I try to upload to appstoreconnect, but will deal with them later: ITMS-90626: Invalid Siri Support - '' is not a supported intent type Though you are not required to fix the following issues, we wanted to make you aware of them: ITMS-90626: Invalid Siri Support - No example phrase was provided for INSendMessageIntent in the 'pt-br' language. Please refer to 'https://developer.apple.com/documentation/sirikit/registering_custom_vocabulary_with_sirikit/global_vocabu
Replies
Boosts
Views
Activity
Aug ’24
ERROR ITMS-90164 Invalid Code Signing Entitlements with com.apple.token
Hey guys. We're attempting to submit an update for our app and TestFlight scan of our IPA returns a rejection with the message: ERROR ITMS-90164 Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. According to the provisioning profile, the bundle contains a key value that is not allowed: [OurTeamID, com.apple.token] for the key 'keychain-access-groups' in 'Payload/ourApp.app/ourApp' This is only happening now with the introduction of 'com.apple.token' since we're introducing biometrics support to our App. Our previous release had no issues. Our app's entitlements are: <plist version=1.0> <dict> <key>application-identifier</key> &#9;<string>OurTeamID.our.bundle.id</string> <key>com.apple.developer.default-data-protection</key> <string>NSFileProtectionComplete</string> <key>com.apple.developer.team-identifier</key> <string>O
Replies
2
Boosts
0
Views
2.5k
Activity
Dec ’20
Reply to Cannot upload tvOS app to App Store
Instead Application Loader gives me this error:ERROR ITMS-90545: Invalid Provisioning Profile. This provisioning profile is not compatible with iOS apps.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’15
Reply to External testing is not supported for builds that have been created with a beta version of Xcode, OS X, or iOS.
Yep, smh. I can't even upload a build to iTunes Connect now without getting a ERROR ITMS - 90125 : Binary Invalid
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’15