Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

ITMS-90511 CFBundleidentifier Collision
I submitted an Mac Appstore App which has an embedded Java JRE. The first upload with ApplicationLoader went fine, but was automatically rejected due to a code signing error, which is now corrected. But I cannot upload the corrected build, getting ITMS-90511: CFBundleidemtifier Collision. The Info.plist CFBundleidentifier value 'com.oracle.java.8u45.jdk' of MyApp.app/Contents/Plugins/jdk1.8.0_45.jdk' is already in use by another application.Any suggestions are highly appreciated.Thanks, Manfred
9
0
4.3k
Jun ’15
Error ITMS-90744
Because I don't know how to launch App Clips from a website(developer.apple.com/forums/thread/657921 - https://developer.apple.com/forums/thread/657921), I decided to give TestFlight a try! I had Xcode 12 beta 3 on my Mac(10.15.4), and archived it. When I tried to distribute it, it said I am trying to upload my build to iTunes connect, but from this morning I see this error: ERROR ITMS-90744: Unsupported Xcode or SDK Version. Your app was built with a version of Xcode or SDK that is not yet supported for upload to App Store Connect. For more information about supported versions of Xcode and SDK for Testflight or App Store submissions, view the App Store Connect What's New page (developer.apple.com/app-store-connect/whats-new/) I don't want to update my Xcode to beta 5(it takes 3 hours just to unzip the XIP! Please help! If I need to update Xcode, please help me in this question - https://developer.apple.com/forums/thread/657921 instead
1
0
863
Aug ’20
openUrl for itms-services returns NO
Our application uses UIApplication openUrl with the itms-services scheme to apply runtime updates.Since updating to iOS 10, the UIApplication openURL method is returning returning NO even though the update does install.This is causing a problem because we use the NO result to trigger reporting that the install has failed.We are using the canOpenUrl method first, before attempting openUrl.Is there a security change causing this, or any changes I need to make to my applications Info.plist?This is our code; NSURL * url = [NSURL URLWithString:[@itms-services://?action=download-manifest&url= stringByAppendingString:urlString]]; if (![[UIApplication sharedApplication] canOpenURL:url]) { LOG_(ERROR, @canOpenURL returned NO); return NO; } if (![[UIApplication sharedApplication] openURL:url]) { LOG_(ERROR, @openURL returned NO); return NO; }
2
0
2.2k
Sep ’16
ITMS Failed to Upload IPA in Xcode 9.2
Failed Uploading the IPA using Xcode 9.2, the following error message occured, ERROR ITMS-90022: Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0. ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0. ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0. But i have provided all the mandatory App icons, After reading many Forums, sounds like the Problem is with Xcode. when can i expect a fix for this from Apple, is there any workaround to fix this?.
0
0
636
Mar ’18
ITMS-90842: Invalid SDK usage
ITMS-90842: Invalid SDK usage - App clip 'Runner.app/AppClips/(MY_APP).app' uses the SDK selector 'requestAlwaysAuthorization', which is not supported. Ensure your app clip is using supported SDK features. im sure i dont use Privacy - Location Always Usage Description please how i solve this problem ??
2
0
488
Oct ’20
ITMS-90809: Deprecated API Usage
Hello, Trying to upload build to AppStore but reciving ITMS-90809: Deprecated API Usage. We have tried all possible solutions i think. Searching some help and advice here. All help is appreciated. cmd + shift + f) to find if UIWebView command grep -r UIWebView. Searched out in the code. There is no web view WKwebview is used in every file ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability. Learn more (https://developer.apple.com/documentation/uikit/uiwebview).
0
0
619
Apr ’24
Error ITMS-90072
Hi, I got an error ITMS-90072 : The IPA is invalid. It does not included a Payload directory during the submission process via both the XCode Archives and Application Loader attempt. I'm try to update in next version of new apple watch application. The two responses that I've read are located in the info.plist file Two keys must be added : - LSRequiresIPhoneOS: YES (Boolean) - CFBundleInfoDictionaryVersion: 6.0 (String) The project has been cleaned. This is the contents of my file info.plist:How can I solve this problem?<?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>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> <string>Nation TV</string> <key>CFBundleExecutable</key> <string>com.company.appname</string> <key>CFBundleGetInfoString</key> <stri
0
0
650
Jun ’15
How to fix error ITMS-90171?
I'm getting this error for all the libswift .dylib when I'm submitting my app to the appstore:ERROR ITMS-90171: Invalid Bundle Structure - The binary file myApp.app/frameworks/libswiftCoreLocation.dylib is not permitted. Your app can't contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles.I get the same error formyApp.app/frameworks/libswiftCoreLocation.dylibmyApp.app/frameworks/libswiftCoreGraphics.dylibmyApp.app/frameworks/libswiftUIKit.dylibmyApp.app/frameworks/libswiftCore.dylibmyApp.app/frameworks/libswiftDispatch.dylibmyApp.app/frameworks/libswiftCoreImage.dylibmyApp.app/frameworks/libswiftObjectiveC.dylibmyApp.app/frameworks/libswiftFoundation.dylibmyApp.app/frameworks/libswiftContacts.dylibmyApp.app/frameworks/libswiftDarwin.dylibThe app is buildt with Xcode 7.2.1 and I'm using cocoapodsWhat have I missed?
0
0
2.1k
Feb ’16
ITMS-90096 still on 64bit App?
My app is 64bit only, but I still got the error?ERROR 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 ...
1
0
457
Sep ’17
ITMS-90755: Invalid Binary
After uploading a debug build to testflight getting an email stating ITMS-90755: Invalid Binary - The following binaries in your app contains prohibited instructions: AppName.app/App. Remove the instructions from the binaries, rebuild and resubmit.. To the best of our knowledge we haven't added any prohibited instructions of any kind, and the email also doesn't provide any information on what the offending instruction is. After much trial and error we found switching a property from an array to a non-array makes the error go away and testflight accepts the build, which obviously doesn't make any sense as to why that change produces this error. Is this some kind of false positive happening or what else is going wrong? Any help to resolving the issue is much appreciated.
1
0
629
May ’23
ITMS-90747 Architecture incompatible with MinimumOSVersion
I'm using deployment Info in Xcode for all targets as 12.0 (12.0 and above) and I got an email after submitting our app (didn't get this for any previous submissions of the app which has same deployment info for 12.0.ITMS-90747: Architecture incompatible with MinimumOSVersion. The app bundle at 'Orangetheory.app/PlugIns/StickerPack.appex' specifies a MinimumOSVersion of '12.0' but contains a 32-bit architecture that is unsupported on iOS 12 and later.What's the proper solution for this?
1
0
1.1k
Jan ’20
ITMS-90427
Does anyone know where this is wrong?Dear Developer,We identified one or more issues with a recent delivery for your app, APPNAME. Please correct the following issues, then upload again.ITMS-90427: Invalid Swift Support - The expected dylibs are missing from the app’s Framework location, such as /Payload/appname.app/Frameworks.
0
0
715
Jan ’20