Search results for

“ITMS-90158”

1,685 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
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
644
Mar ’18
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
883
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
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
663
Jun ’15
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
498
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
672
Apr ’24
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-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.2k
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
726
Jan ’20
itms-services is an "Unsupported URL" when registering custom NSURLProtocol
I have a service that returns the itms-service:// url to perform a update on the app that makes the request.I also NSURLProtocol to handle https challenges and authentication space trust with my backend.when I unregister the NSURLProtocol, the system loads the itms-services:// download request fine. When I add my own protocol, the unsupported URL message starts to happen.I tried returning NO to canInitWithRequest: methods containing the itms-services URL scheme with no success. The only way I got it to work is:unregistering the custom NSURLProtocol for the time the service update and the subsequent call to itms-services occuradding an arbitrary statement that returns no when a request to my app update backend URL is detected, therefore not performing custom trust verification to my backend to avoid MITM.Does anyone know how to solve this?
0
0
1.1k
Apr ’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
461
Sep ’17
Upload fail (error itms-4241)
I create AR app by Unity3D use EasyAR SDK.Upload errorerror itms-4241: app is removed or deleted. apps cant be validated or submitted while theyre removed or deleted. at software assets.How to fix error?Thx. Rattakorn
Replies
4
Boosts
0
Views
6.1k
Activity
Oct ’18
app store connect ITMS-90714
I received the following message in my email: Please correct the following issues and upload a new binary to App Store Connect. ITMS-90714: Invalid binary - The app contains one or more corrupted binaries. Please rebuild the app and resubmit. But I don't know how to find the problem. How should I find and solve the problem?
Replies
3
Boosts
0
Views
192
Activity
Apr ’25
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
Replies
9
Boosts
0
Views
4.3k
Activity
Jun ’15
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. please how i solve this problem ??
Replies
4
Boosts
0
Views
532
Activity
Sep ’20
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?.
Replies
0
Boosts
0
Views
644
Activity
Mar ’18
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
Replies
1
Boosts
0
Views
883
Activity
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; }
Replies
2
Boosts
0
Views
2.2k
Activity
Sep ’16
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
Replies
0
Boosts
0
Views
663
Activity
Jun ’15
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 ??
Replies
2
Boosts
0
Views
498
Activity
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).
Replies
0
Boosts
0
Views
672
Activity
Apr ’24
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?
Replies
0
Boosts
0
Views
2.1k
Activity
Feb ’16
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?
Replies
1
Boosts
0
Views
1.2k
Activity
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.
Replies
0
Boosts
0
Views
726
Activity
Jan ’20
itms-services is an "Unsupported URL" when registering custom NSURLProtocol
I have a service that returns the itms-service:// url to perform a update on the app that makes the request.I also NSURLProtocol to handle https challenges and authentication space trust with my backend.when I unregister the NSURLProtocol, the system loads the itms-services:// download request fine. When I add my own protocol, the unsupported URL message starts to happen.I tried returning NO to canInitWithRequest: methods containing the itms-services URL scheme with no success. The only way I got it to work is:unregistering the custom NSURLProtocol for the time the service update and the subsequent call to itms-services occuradding an arbitrary statement that returns no when a request to my app update backend URL is detected, therefore not performing custom trust verification to my backend to avoid MITM.Does anyone know how to solve this?
Replies
0
Boosts
0
Views
1.1k
Activity
Apr ’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 ...
Replies
1
Boosts
0
Views
461
Activity
Sep ’17