Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

Getting Missing Purpose String in Info.plist
Hello,I keep getting an email from App Store Connect stating that my app's bundle is invalid because of ITMS-90683: Missing Purpose String in Info.plist It is stating that I need to add NSHealthShareUsageDescription to the bundle. However, when I add NSHealthShareUsageDescription to Info.plist I get ERROR ITMS-90363: Invalid Info.plist Key. Stating that NSHealthShareUsageDescription is invalid from Xcode. Any ideas on how to solve this problem?
10
0
20k
Nov ’21
Reply to Getting Missing Purpose String in Info.plist
How do i fix Dear Developer, We identified one or more issues with a recent delivery for your app, UpLove 2.42 (28). Your delivery was successful, but you may wish to correct the following issues in your next delivery: 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 NSLocationWhenInUseUsageDescription key with a user-facing purpose string explaining clearly and completely why your app needs the data. Starting Spring 2019, all apps submitted to the App Store that access user data are required to include a purpose string. 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. You can contact the developer of the library or SDK and request they release a version of their code that doesn't contain the APIs. Learn more
Nov ’21
Reply to Getting Missing Purpose String in Info.plist
I had TMS-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 NSHealthShareUsageDescription key 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 NSHealthUpdateUsageDescription key 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 NSLocationWhenInUseUsageDescription key For me how I fixed it was I thought if each of the key's were necessary including these but I had more for things health and location related. Turns out I didn't need a key that was Privacy - Location Always Usage Description, I found any code related to requesting always access to it and deleted it. I resubmitted my app without changing anything regarding the above except for
Nov ’21
XCode not allowing pre-existing Bundle ID
I have an application, released a few years back. The bundle ID starts with a digit, this used to be allowed. Now Xcode replaces the digit with a dash -, ie. 7K998EA8RN.org.nelsonmandela.quotes becomes -K998EA8RN.org.nelsonmandela.quotes Therefore on upload I get an error saying that the bundle ID does not match. If I end it the info manually and set the Bundle ID there, I can make it further down the process but still errors out as the application-identifier still becomes A8V6VR9K7C.-K998EA8RN.org.nelsonmandela.quotes the error returned is: ERROR ITMS-90046: Invalid Code Signing Entitlements. Your application bundle's signature contains code signing entitlements that are not supported on iOS. Specifically, value 'A8V6VR9K7C.-K998EA8RN.org.nelsonmandela.quotes' for key 'application-identifier' in 'Payload/MandelaQuotes.app/MandelaQuotes' is not supported. This value should be a string starting with your TEAMID, followed by a dot '.', followed by the bundle identifier. Any idea on how to resolve this
1
0
1k
Nov ’21
How do I resolve the Transporter error "The provisioning profile included in the bundle is invalid. [Missing code-signing certificate]"?
I have successfully built, signed, and archived my app! However, when I try to send it to App Store Connect (I've tried using Transporter and Fastlane), I get this error: ERROR ITMS-90161: Invalid Provisioning Profile. The provisioning profile included in the bundle com.myapp [Payload/My App.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal. I am indeed using a distribution provisioning profile, and I have the codesigning certificate on the machines doing the building. I've tried deleting both from all machines, then re-downloading them from Apple Developer, but that doesn't seem to have fixed the issue.
4
0
4.8k
Nov ’21
ITMS-90496
Hi, I have xcode 13 and when trying to publish with this version for the first time I get this error in validation. ITMS-90496: Invalid Executable - The executable 'xxxxx WatchKit App.app/PlugIns/xxxx WatchKit Extension.appex/xxx WatchKit Extension' does not contain bitcode. How could i fix it? thanks!!!
3
0
3k
Nov ’21
Reply to CFBundleShortVersionString with 4 period-separated integers
Hello, has anyone found a definite way of solving this issue? Due to some circumstances I'd like to release a version with 4 integers, and even though I was able to create the release on the App Store Connect, I get error ITMS-90060 from XCode. If setting different values for Bundle Version and Short Bundle Version, what is the recommended setting? If I want to release version 2.0.2.3 and set the Bundle version as 2.0.2.3, should the Short bundle version be 2.0.2? What if I have already released version 2.0.2 in the past? Overall, is it recommended to just avoid using 4 integers in versions? Or on simple terms, is it impossible to use 4 integer versions nowadays? Thanks in advance for any help.
Nov ’21
Error on upload/submission: UIUserInterfaceStyle can't be 'light'.
As usual, it worked yesterday.We get the following error on uploading our app to the app store using Xcode Organizer:ERROR ITMS-90785: UIUserInterfaceStyle can't be 'light'. It can only be 'Light', 'Dark', or 'Automatic'.This seems to be a new error, because it worked last time and I can't find any web results.We also set the UIUserInterfaceStyle to 'Light' in our Info.plist files (for the app target, the today widget extension target, but not for the watch app target because it's not supported) but the error remains.Any solutions for that?
4
0
2.4k
Oct ’21
Getting error at the time of publish the app on app store
App store connect operation error error itms-90086: missing 64-bit support. ios apps submitted to the app store must include 64-bit support and be built with the ios 8 sdk or later. we recommend using the default standard architectures build setting for architectures in xcode, to build a single binary with both 32-bit and 64-bit support. (In the xcode 12.5) and App store connect operation error error itms-90203: invalid architecture: apps that include an app extension and framework must support arm64. (In the xcode 12.5)
2
0
626
Oct ’21
-ERROR ITMS-90030: Nib file 'ContentView~iphone.nib' was not found. Please ensure the specified file in included in the bundle with any required device modifiers appended to the filename.
Hello,I am trying to distribute my iOS app to App Store Connect in xCode and I get two App Store Connect Operation Errors:ERROR ITMS-90030: Nib file 'ContentView~iphone.nib' was not found. Please ensure the specified file in included in the bundle with any required device modifiers appended to the filename.ERROR ITMS-90030: Nib file 'ContentView~ipad.nib' was not found. Please ensure the specified file in included in the bundle with any required device modifiers appended to the filename.STEPS TO REPRODUCEIn XCode, at the top, click on Window > Organizer.In the Organizer, select your iOS app and click on Distribute App. Select the distribution method App Store Connect, next select Upload, check Include Bitcode and Upload app's symbols and click Next. Select Automatically Manage Signing and click Next. Click on Upload. Error message shows up during the Uploading process. Distribution failed with errors.How do I fix these errors? Where does these files come from? How do I recreate them if th
8
0
1.4k
Oct ’21
Failed to upload due to extension issue - ERROR ITMS-90347: Bad bundle identifier
Hello Guys,I got a problem when uploading a new version of an existing app. The error messages were as below:ERROR ITMS-90347: Bad bundle identifier. The bundle identifier com.mycompany..share of the application extension xxx.app/Plugins/shareExtension.appex should start with the application's bundle identifier com.mycompany. and not contain more than one period . after the application bundle ID.Before someone make a judement that there are two dots, I shall explain some more background.Bundle Id of our app: com.mycompany. (please pay attention to the last dot, it is part of the bundle id)Bundle Id of extension: com.mycompany..shareApp Bundle Id may appear a bit weired but that is a historical story and has no problem.This app has been online for several years. And we started using extension since last year. All worked fine till this Sep.According to the error message, bundle id of extensions should comply with the following format:<app bundle id> + . + <extension name>So our extension co
6
0
1.8k
Oct ’21
Cannot upload IPA file
I'm trying to upload an .IPA file to the AppStore. Since the Application Loader has been removed, I use the following command in the terminal: xcrun altool --upload-app --type ios --file /Users/XXX/Downloads/Release/de.XXX.App.iOS.ipa --username XXX@icloud.com --password XXX --verbose.But nothing happens, stuck at The app is uploaded to the AppStore (if I try it over Visual Studio for Mac). Last Lines in Log:2019-09-28 12:46:37.422 altool[89190:5921740] Web service call (validateSoftwareSPIUsage) result: (null) 2019-09-28 12:46:37.549 altool[89190:5921740] Using template named: purple-metadata-template 2019-09-28 12:46:37.551 altool[89190:5921749] Sending request to iTunesTransporter... 2019-09-28 12:46:37.551 altool[89190:5921749] Command: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/A/itms/bin/iTMSTransporter 2019-09-28 12:46:37.551 altool[89190:5921749] Arguments: -m upload -u 'XXX@icloud.com' -vp json -TxHeaders eyJqZXXXJvdXRlIjoicHYifQ== -sessionid
10
0
4.1k
Sep ’21