After 2 successful buids, App Store uploads, reviews and TestFlight releases to my testers, today's build was not accepted with the following errorERROR ITMS-90096: Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the 'iOS Human Interface Guidelines' at 'https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html#//apple_ref/doc/uid/TP40006556-CH14-SW5' and the 'iOS App Programming Guide' at 'https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-Relat
Search results for
ITMS-90158
1,686 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Getting the following incorrect error when uploading to App Store Connect. I've tried with Xcode and Transporter. The APIs are not being referenced anywhere in my project. There was a similar issue to this on the forum a couple weeks ago and it sounded like Apple resolved it but I am just now seeing this happen. Message: ITMS-90338: Non-public API usage - The app references non-public symbols in APP_NAME: _CMTimebaseCopyMasterTimebase, _CMTimebaseCreateWithMasterClock, _CMTimebaseCreateWithMasterTimebase. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Review
App Store
App Store Connect
App Binary
We have some in-house apps and before iOS 9, the apps will open a link like itms-services:// after version compare, the new version apps will be downloaded and install.But after we tested on iOS 9, we found the apps cannot open the link itms-services:// link, got error like LaunchServices: ERROR: There is no registered handler for URL scheme itms-servicesThe code we used to update the app:let downloadUrl = NSURL(string: url)UIApplication.sharedApplication().openURL(downloadUrl!)We have tested put itms-services, itms-services:// and the full URL into LSApplicationQueriesSchemes in plist file. But still not work.
I have made an upate to my app, and when I was trying to upload it to the App Store, it game me this error message...Unfortunately, my screen capture of the error window did not transfer to my post.The message states: ERROR ITMS-90034: Missing or invalid signature. The bundle 'Trent-Stude.PizzaInSpace' at bundle path 'Payload/PizzaInSpace.app' is not signed using an Apple submission certificate.I have had no problems at all submitting any of my other 9 apps, until now. Can someone please tell me what I'm doing wrong this time around? Have they changed something that I'm not aware of? When I submitted my first app in 2014, it was extremely difficult to submit it to the App Store, almost as difficult as coding the project!! But submitting apps recently has been so much easier, except this time around. If anyone can help me figure out what I am doing wrong, I'd greatly appreciate it! If you need any more information from me, just ask. Thank you in advance!
Hi all,I am trrying to understand why I keep getting this error.ERROR ITMS-90062: This bundle is invalid. The value for key CFBundleShortVersionString [0.0.2] in the Info.plist file must contain a higher version than that of the previously approved version [3.11]. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstringAlthough we are building our app using Ionic / Cordova, the actual ap is built using Xcode.In Xcode 11.5, it is clearly marked as:Version: 3.11Build: 0.0.and when I go to AppStore Connect -> Activity, the current version that is marked as For Sale is:Version 3.11Build 0.0.1To me, it should be a simple process. It I have a small fix, I want this to be Version 3.11, Build 0.0.2Version is for major fixes/new featuresBuild is for minor fixes (typos, color changes, other aesthetics)Yes, when I try to upload Version 3.11, Build 0.0.2 to the Appstore Connect, I get the abo
After many hours of struggling I removded the TopShelf Image saved and closed Xcode and then made sure to open the image in Preview and and export to make sure to turn off aplha. Then reimported and the TopShelf the ERROR ITMS-90497 went away.As for the ERROR ITMS-90502 I had an TV Services Extension that I need to add the arm64 to.But the ERROR ITMS-90523 was very missleading as it was accutally not an issue with App Icon - Small but App Icon - Large.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
ITMS-90433: Invalid Swift Support - The file libswiftAVFoundation.dylib doesn’t have the correct code signature. Make sure you’re using the correct signature, rebuild your app using the current public (GM) version of Xcode, and resubmit it. Don’t just modify the code signature of libswiftAVFoundation.dylib. We are using the latest Xcode 12.4 . any help will be appreciated
Hi, I had a same problem on last friday. I think the Transporter app has some problem. I solved it by following the steps below. Remove Transporter.app Install iTMSTransporter - https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/resources/download/public/Transporter__OSX/bin/ Install the pkg mkdir -p /Applications/Transporter.app/Contents/itms/bin ln -s /usr/local/itms/bin/iTMSTransporter /Applications/Transporter.app/Contents/itms/bin/iTMSTransporter Maybe you need to add a path.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Hi, I have an error while uploading to test flight by fastlane and transporter. 07:13:05 [Transporter Error Output]: Return status of iTunes Transporter was 1: ERROR ITMS-90165: Invalid provisioning profile signature. The provisioning profile included in the com.test.example bundle [“Payload/Example.app”] can't be used to upload apps to App Store Connect until it has a valid signature from Apple. My xcode version is 15.4 and the iTMSTransporter is 3.3.0. It seems like this error has been reported the other internet recently. https://stackoverflow.com/questions/79118087/getting-error-invalid-provisioning-profile-signature-in-transporter-while-ios-ap https://www.yunedit.com/article/error90165 Has anyone solved this?
Hi there,When submitting to the app store with Xcode 11.4 (11E146) I receive the error:ERROR ITMS-90624: Invalid Intent Vocabulary. The AppIntentVocabulary.plist file in the Payload/Should I Run.app/Base.lproj folder can't contain the intent name NextTrainIntent.I'm submitting with the following AppIntentVocabulary.plist: <?xml version=1.0 encoding=UTF-8?> <!DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd><plist version=1.0><dict> <key>IntentPhrases</key> <array> <dict> <key>IntentName</key> <string>NextTrainIntent</string> <key>IntentExamples</key> <array> <string>Get next train</string> <string>Get next train with SIR</string> <string>Get next train with Metro</string> <string>Get next train with Should I Run</string> </array> </dict> </array></dict></plist>with Base localization in the
I am developing a stand alone iMessage app (App that works only within iMessage) the structure of it is similar to IceCream Builder sample code. When I try to submit the archive to itunes, I am getting the following error :ERROR ITMS-90632: Invalid iMessage App. Your iMessage app contains a sticker pack and developer code, but iMessage apps can’t contain both. Remove the sticker pack or developer code and resubmit your app.I am not sure how to go about resolving the above issue. I started my project by choosing XCode -> Project -> iMessage ApplicationAny quick help is HIGHLY appreciated since I am close to a launch.Thank You in advance.
Before I start writing about the error, I'm running on macOS Sierra and using Xcode 7.3.1.So I'm trying to upload my app to the app store and when I start uploadingit to App Store, I get the error ERROR ITMS - 90167 No. app bundles found in the package.Is there any way to fix this error because I wasn't able to find any fixes? 😟
Does the extension appear here? itms-apps://safariExtensions
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
Hi,I have been trying to resolve another warning.WARNING ITMS-90704: Missing App Store Icon. iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps cannot be submitted for App Review or Beta App Review. Refer to https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/ for more information.Any help would be greatful.iOS11 / Xcode 9.0.1 / Mac High Sierra 10.13
I have setup a secure tomcat server website for OTA download and install of our iOS application. The download link is as specified by Apple i.e. 'itms-services://?action=download-manifest&url=https://mydomain:myport/myapp.plist' .This works perfectly on iOS8 device and I am able to download and install the app there but does not work at all on iOS 10 and 11 devices.There is no clear documentation that explains the change in this since iOS 8 and what is the latest and correct way to use the itms-services protocol.Could someone please guide me through the correct way to use/formulate the itms-services url ?