Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

ITMS-3000 bundle_version
When trying to Upload to App Store..., I get the followingArchive upload failed with errors:Archive upload failed due to the issues listed below.ERROR ITMS-3000: Line 9 column 28: value of attribute bundle_version is invalid; must be a string with length at most 100 (actual length was 138) at XPath /package/software_assetsI've attempted to change the build number, as I was using a long number, however even when using 1 as my build number and version 1.3, I still am 38 characters over. There doesn't seem to be any indication of how to correct this issue. Where else do I trim characters from? Should I even have to?
0
0
285
Apr ’16
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
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
1k
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
5.2k
Nov ’20
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-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.6k
Sep ’17
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.5k
Apr ’22
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
299
Mar ’25
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
1.1k
Sep ’16