ITMS-90338

1,571 results found

Post

Replies

Boosts

Views

Activity

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
837
Jun ’23
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
4.7k
Nov ’20
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.1k
Apr ’22
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.7k
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.4k
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
571
Dec ’16
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.3k
Sep ’17
error ITMS-90046
Hi,After tens of successfull uploads to Itunes via Xcode (archive project) without any change to the plist file,After updateding Xcode to the latest version i got this error: ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value '7LW8YAVP6V.gates' for key 'application-identifier' in 'Payload/OmGate.app/OmGate' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier. Reset the MAC, clear the project, upload via Application Loader got the same error.Please advice.
1
0
1k
Sep ’16
Certificate error ITMS-90168
Please help a newbie. I uploaded my app and the upload was ok I generated distribution certificate on my macbookPRO. Later i uploaded a version 1.0.2 on another macbookAIr and i didnt install any certificates on ot BUT upload was succefull anyway. That this version got a review for external testers. Than i wanted to upload new virsion of the app 1.0.3 from my macbookAIr with no certificates installed and now i get ERROR ITMS-90168: The binary you uploaded was invalid. I have no access to macbookPRO with all certificates. I made another cerritifates on maxbookAir. Even another AppID and created even a blank app. But when i try to upload any app i get ERROR ITMS-90168: The binary you uploaded was invalid. Please help me what to do, i cant upload any app!
4
0
1.2k
Nov ’16
ITMS-90238: Invalid Signature
Hi! When submitting a Mac OS app, I have this final error - please help!!ITMS-90238: Invalid Signature - The main app bundle MY_APP at path MyAPP.app has following signing error(s): invalid Info.plist (plist or signature have been modified) In architecture: x86_64 . Refer to the Code Signing and Application Sandboxing Guide at http://developer.apple.com/library/mac/#documentation/Security/Conceptual/CodeSigningGuide/AboutCS/AboutCS.html and Technical Note 2206 at https://developer.apple.com/library/mac/technotes/tn2206/_index.html for more information.Best regards,The App Store Team
1
0
1.3k
Nov ’19