Search results for

“ITMS-90158”

1,704 results found

Post

Replies

Boosts

Views

Activity

ERROR ITMS-5063?
Hello here.I always use Application Loader to submit our app in-app purchase items in batch, and today I get this weird error I never received and for which I can't find any reference on these forums as well as on the web:ERROR ITMS-5063: Neither <provider> nor <team_id> is supplied - at least one is requiredAny ideas? What does that mean?Any help is really appreciated! Thank you in advance.
4
0
1k
Dec ’15
ITMS-90725 with xcode 12.4
Since the 20th of April, 2021 my apps have been sporadically (1 in 2) failing for the ITMS-90725 issue and is explained as follows: ITMS-90725: SDK Version Issue - This app was built with the iOS SDK. All iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later. Further, starting April 26, 2021 iOS apps submitted to the App Store must be built with the iOS 14 SDK or later, included in Xcode 12 or later. Which is very odd as I'm using XCode 12.4, has anyone else experienced this issue and/or fixed it?
16
0
10k
Apr ’21
ITMS-90626: Invalid Siri Support
Hello, i got this mail after upload my binary. /* Dear Developer, We identified one or more issues with a recent delivery for your app. Your delivery was successful, but you may wish to correct the following issues in your next delivery: ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: pl ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: es ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: da ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: ru ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: tr ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: el ITMS-90626: Invalid Siri Support - Localized title for cu
4
0
5.4k
Nov ’20
LC_ENCRYPTION_INFO (ITMS-90125)
Hi, I've tried multiple ways of solving this issue, including adding scripts, DISABLE Bitcode and non works. ERROR ITMS-90125: The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker. I am currently building a games with Unity, and trying to publish to test flight but no success at the moment. Non of the online solutions works on my side. Appreciate for your inputs, thanks in advance!
0
0
1.1k
Jun ’23
ITMS-90876: Missing entitlement
I create a clips, and upload to store, have a error: ITMS-90876: Missing entitlement - This app contains an app clip. The entitlement 'com.apple.developer.associated-appclip-app-identifiers' should be present and include the value of the app clip's application identifier. I had seting clip's entitlements file infomation: com.apple.developer.on-demand-install-capable is YES; Parent Application Identifiers array has $(AppIdentifierPrefix)com.myproject. so, how to solve this error?
1
0
2.6k
Apr ’22
ERROR ITMS-90391
Hi there,When i try to upload my iOS 11 beta app to testflight i get the following error:ERROR ITMS-90391: Missing Icons. No icons found for watch application ‘**************************Watch.app'. Make sure that its Info.plist file includes entries for CFBundleIconFiles.”I have just figured out that the error is related to the watch complications. If i remove complications from my app evertying works fine. But if i use them, i cannot upload. I present every icon that a complication need but it does not solve the problem. The only workaround is when i remove the complications from my appAnyone has any similar issue?Best regardsg
17
0
4.7k
Sep ’17
ITMS-90078 bogosity
So I submitted my app for TestFlight external testing and got this email: ITMS-90078: Missing potentially required entitlement - Your app, or a library that’s included in your app, uses Apple Push Notification service (APNs) registration APIs, but the APS Environment Entitlement isn’t included in the app signature’s entitlements. If your app uses APNs, make sure the App ID is enabled for push notifications in Certificates, Identifiers & Profiles, sign the app with a distribution provisioning profile that includes the APS Environment Entitlement, and upload a new build to ensure that push notifications function as intended. For details, visit: https://developer.apple.com/documentation/usernotifications/registering-your-app-with-apns. But here's the thing: everything this says is 100% bogus. My app uses no libraries and no push notification service registration APIs. The term register is used in my app, because I use table view cell registrations. Could that be the cause of this bogus warning?
17
0
654
Mar ’25
CanOpenUrl returns always false for itms-apps
I want to open the app store directly when a user is interested in reviewing my app, and am doing this NSString *iTunesLink = [NSString stringWithFormat:@itms-apps://itunes.apple.com/app/id%@?action=write-review, appId]; NSURL* itunesURL = [NSURL URLWithString:iTunesLink]; bool canOpen = [[UIApplication sharedApplication] canOpenURL:itunesURL]; if (canOpen) { [[UIApplication sharedApplication] openURL:itunesURL]; } The above canOpen variable is always false!!! In the info.plilist we alreay list the itms and itms-apps scheme LSApplicationQueriesSchemes t itms t itms-apps Any input on this and why this is returning always false and we cannot open the app store ?
0
0
1.9k
Sep ’20
NOTICE ITMS-90076
Hello everyone,I'm trying to publish an update for our app.When uploading the archive via xCode, I am shown this error message:App Store Connect Operation NoticeNOTICE ITMS-90076: Potential loss of access to the key ring. The previous version of the software has an application identification value ['KND53V27V5.com.id'] and the new version of the software forwarded has an identification of the 'application of [' QK6CK2339V.com.id']. This will result in a loss of access to the keychain. Searching the internet I realized that this problem is caused by the fact that the app has been transferred from another Apple ID.I tried to follow this guide:https://developer.apple.com/library/archive/qa/qa1726/_index.htmlBut I was unable to resolve.Can you please explain how to solve this problem?Thank you
1
0
1.6k
Apr ’20
ERROR ITMS-90075
When I tryed to upload an app to App Store, I faced below error.ERROR ITMS-90075: This bundle is invalid. The application-identifier entitlement is missing; it should contain your 10-character Apple Developer ID, followed by a dot, followed by your bundle identifier.My app has four provisioning profiles.1.This app itself2.Provisioning provider extension3.File provider extension4.My own frameworkThese profiles have different app ID prefix from team ID.Previous version that is not included 4.My own framework can upload succesfully even at present.So, I am suspicious of adding this framework caused this error.I checked adding this framework into Embed Frameworks in build phase and I selected the Code Sign On Copy option.Also, I tried below solutions but they didn't work.Technical Q&A QA1814 Setting up Xcode to automatically manage your provisioning profileshttps://developer.apple.com/library/content/qa/qa1814/_index.htmlTechnical Note TN2319https://developer.apple.com/library/prerelease/content/tech
0
0
667
Dec ’16
ERROR ITMS-5063?
Hello here.I always use Application Loader to submit our app in-app purchase items in batch, and today I get this weird error I never received and for which I can't find any reference on these forums as well as on the web:ERROR ITMS-5063: Neither <provider> nor <team_id> is supplied - at least one is requiredAny ideas? What does that mean?Any help is really appreciated! Thank you in advance.
Replies
4
Boosts
0
Views
1k
Activity
Dec ’15
ITMS-90725 with xcode 12.4
Since the 20th of April, 2021 my apps have been sporadically (1 in 2) failing for the ITMS-90725 issue and is explained as follows: ITMS-90725: SDK Version Issue - This app was built with the iOS SDK. All iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later. Further, starting April 26, 2021 iOS apps submitted to the App Store must be built with the iOS 14 SDK or later, included in Xcode 12 or later. Which is very odd as I'm using XCode 12.4, has anyone else experienced this issue and/or fixed it?
Replies
16
Boosts
0
Views
10k
Activity
Apr ’21
Upload failure - ITMS-90165
HelloI've released an IPA to one of our customers who then resign the app using their own certificate.When thery're trying to upload the re-signed IPA to their account they get an ITMS-90165 error.Can anyone help me find our what this error means?Thanks.
Replies
7
Boosts
0
Views
4.4k
Activity
Dec ’15
ITMS-90626: Invalid Siri Support
Hello, i got this mail after upload my binary. /* Dear Developer, We identified one or more issues with a recent delivery for your app. Your delivery was successful, but you may wish to correct the following issues in your next delivery: ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: pl ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: es ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: da ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: ru ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: tr ITMS-90626: Invalid Siri Support - Localized title for custom intent: 'Configuration' not found for locale: el ITMS-90626: Invalid Siri Support - Localized title for cu
Replies
4
Boosts
0
Views
5.4k
Activity
Nov ’20
ITMS-90058(Xcode 15.0.1)
Xcode 15.0.1: ITMS-90058: This bundle is invalid - The value for key CFBundleVersion [1.6.0-rc2] in the Info.plist file must be a period-separated list of at most three non-negative integers. I can’t find [1.6.0-rc2],our attempts to upload our xxx.ipa files through the App Store Connect API began failing.
Replies
0
Boosts
0
Views
419
Activity
Oct ’23
LC_ENCRYPTION_INFO (ITMS-90125)
Hi, I've tried multiple ways of solving this issue, including adding scripts, DISABLE Bitcode and non works. ERROR ITMS-90125: The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker. I am currently building a games with Unity, and trying to publish to test flight but no success at the moment. Non of the online solutions works on my side. Appreciate for your inputs, thanks in advance!
Replies
0
Boosts
0
Views
1.1k
Activity
Jun ’23
ITMS-90035: Invalid Signature
Even putting me as distribution I get this error. ITMS-90035: Invalid SignatureCan someone help me? unfortunately working with applications for Iphone is a headache, company that only presents difficulties and no solution.
Replies
3
Boosts
0
Views
2.7k
Activity
Jun ’19
ITMS-90807: Invalid entitlement
ITMS-90807: Invalid entitlement - The com.apple.developer.user-fonts is valid only for apps build with SDK 13 or later.Error muncul ketika mau upload program ke App Store. Mohon pencerahannya.
Replies
1
Boosts
0
Views
492
Activity
Dec ’19
ITMS-90876: Missing entitlement
I create a clips, and upload to store, have a error: ITMS-90876: Missing entitlement - This app contains an app clip. The entitlement 'com.apple.developer.associated-appclip-app-identifiers' should be present and include the value of the app clip's application identifier. I had seting clip's entitlements file infomation: com.apple.developer.on-demand-install-capable is YES; Parent Application Identifiers array has $(AppIdentifierPrefix)com.myproject. so, how to solve this error?
Replies
1
Boosts
0
Views
2.6k
Activity
Apr ’22
ERROR ITMS-90391
Hi there,When i try to upload my iOS 11 beta app to testflight i get the following error:ERROR ITMS-90391: Missing Icons. No icons found for watch application ‘**************************Watch.app'. Make sure that its Info.plist file includes entries for CFBundleIconFiles.”I have just figured out that the error is related to the watch complications. If i remove complications from my app evertying works fine. But if i use them, i cannot upload. I present every icon that a complication need but it does not solve the problem. The only workaround is when i remove the complications from my appAnyone has any similar issue?Best regardsg
Replies
17
Boosts
0
Views
4.7k
Activity
Sep ’17
ITMS-90078 bogosity
So I submitted my app for TestFlight external testing and got this email: ITMS-90078: Missing potentially required entitlement - Your app, or a library that’s included in your app, uses Apple Push Notification service (APNs) registration APIs, but the APS Environment Entitlement isn’t included in the app signature’s entitlements. If your app uses APNs, make sure the App ID is enabled for push notifications in Certificates, Identifiers & Profiles, sign the app with a distribution provisioning profile that includes the APS Environment Entitlement, and upload a new build to ensure that push notifications function as intended. For details, visit: https://developer.apple.com/documentation/usernotifications/registering-your-app-with-apns. But here's the thing: everything this says is 100% bogus. My app uses no libraries and no push notification service registration APIs. The term register is used in my app, because I use table view cell registrations. Could that be the cause of this bogus warning?
Replies
17
Boosts
0
Views
654
Activity
Mar ’25
CanOpenUrl returns always false for itms-apps
I want to open the app store directly when a user is interested in reviewing my app, and am doing this NSString *iTunesLink = [NSString stringWithFormat:@itms-apps://itunes.apple.com/app/id%@?action=write-review, appId]; NSURL* itunesURL = [NSURL URLWithString:iTunesLink]; bool canOpen = [[UIApplication sharedApplication] canOpenURL:itunesURL]; if (canOpen) { [[UIApplication sharedApplication] openURL:itunesURL]; } The above canOpen variable is always false!!! In the info.plilist we alreay list the itms and itms-apps scheme LSApplicationQueriesSchemes t itms t itms-apps Any input on this and why this is returning always false and we cannot open the app store ?
Replies
0
Boosts
0
Views
1.9k
Activity
Sep ’20
How to fix Error ITMS-3000?
There is an error, when I use Application Loader to upload pkg.http://chuantu.biz/t2/24/1454297390x-1376436667.pngError ITMS-3000I use Packages to generate pkg.How to add the required element checksum? How to fix this problem? Please help me!
Replies
0
Boosts
0
Views
281
Activity
Feb ’16
NOTICE ITMS-90076
Hello everyone,I'm trying to publish an update for our app.When uploading the archive via xCode, I am shown this error message:App Store Connect Operation NoticeNOTICE ITMS-90076: Potential loss of access to the key ring. The previous version of the software has an application identification value ['KND53V27V5.com.id'] and the new version of the software forwarded has an identification of the 'application of [' QK6CK2339V.com.id']. This will result in a loss of access to the keychain. Searching the internet I realized that this problem is caused by the fact that the app has been transferred from another Apple ID.I tried to follow this guide:https://developer.apple.com/library/archive/qa/qa1726/_index.htmlBut I was unable to resolve.Can you please explain how to solve this problem?Thank you
Replies
1
Boosts
0
Views
1.6k
Activity
Apr ’20
ERROR ITMS-90075
When I tryed to upload an app to App Store, I faced below error.ERROR ITMS-90075: This bundle is invalid. The application-identifier entitlement is missing; it should contain your 10-character Apple Developer ID, followed by a dot, followed by your bundle identifier.My app has four provisioning profiles.1.This app itself2.Provisioning provider extension3.File provider extension4.My own frameworkThese profiles have different app ID prefix from team ID.Previous version that is not included 4.My own framework can upload succesfully even at present.So, I am suspicious of adding this framework caused this error.I checked adding this framework into Embed Frameworks in build phase and I selected the Code Sign On Copy option.Also, I tried below solutions but they didn't work.Technical Q&A QA1814 Setting up Xcode to automatically manage your provisioning profileshttps://developer.apple.com/library/content/qa/qa1814/_index.htmlTechnical Note TN2319https://developer.apple.com/library/prerelease/content/tech
Replies
0
Boosts
0
Views
667
Activity
Dec ’16