Search results for

“ITMS-90338”

1,703 results found

Post

Replies

Boosts

Views

Activity

Error ITMS-3000 Uploading to TestFlight
I am attempting to use Testflight Beta to host an iOS 9 beta app with WatchKit 2 support (as it appears should be acceptable). However, when trying to submit the build to testflight, I recieve an ITMS-3000 error every time.The error is: ERROR ITMS-3000: Line 7 column 28: attribute app_platform not allowed here; expected attribute verified_under_3_0, verified_under_4_0 or verified_under_version at XPath /package/software_assetsDoes anyone know how to fix this? I've looked through all the .plist files and build settings and cannot find app_platform anywhere.
4
0
858
Jul ’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
881
Aug ’20
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
The app references non-public symbols "Combine"
I'm uploading a new SwiftUI app to Testflight. I use Combine to get data from my own REST API. I got an email from Apple saying that i'm using non-public APIs.We identified one or more issues with a recent delivery for your app, Tailosive Hub 1.0 (30). Please correct the following issues, then upload again. ITMS-90338: Non-public API usage - The app references non-public symbols in Tailosive Hub: _$s7Combine18PassthroughSubjectC4sendyyxF, _$s7Combine18PassthroughSubjectCACyxq_Gycfc, _$s7Combine18PassthroughSubjectCMa, _$s7Combine18PassthroughSubjectCyxq_GAA9PublisherAAMc.I'm not using any private APIs and following public documentations.Thanks in advance!
6
0
2.3k
Jul ’19
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
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
661
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
497
Oct ’20
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
Error ITMS-3000 Uploading to TestFlight
I am attempting to use Testflight Beta to host an iOS 9 beta app with WatchKit 2 support (as it appears should be acceptable). However, when trying to submit the build to testflight, I recieve an ITMS-3000 error every time.The error is: ERROR ITMS-3000: Line 7 column 28: attribute app_platform not allowed here; expected attribute verified_under_3_0, verified_under_4_0 or verified_under_version at XPath /package/software_assetsDoes anyone know how to fix this? I've looked through all the .plist files and build settings and cannot find app_platform anywhere.
Replies
4
Boosts
0
Views
858
Activity
Jul ’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
Replies
1
Boosts
0
Views
881
Activity
Aug ’20
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
189
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
The app references non-public symbols "Combine"
I'm uploading a new SwiftUI app to Testflight. I use Combine to get data from my own REST API. I got an email from Apple saying that i'm using non-public APIs.We identified one or more issues with a recent delivery for your app, Tailosive Hub 1.0 (30). Please correct the following issues, then upload again. ITMS-90338: Non-public API usage - The app references non-public symbols in Tailosive Hub: _$s7Combine18PassthroughSubjectC4sendyyxF, _$s7Combine18PassthroughSubjectCACyxq_Gycfc, _$s7Combine18PassthroughSubjectCMa, _$s7Combine18PassthroughSubjectCyxq_GAA9PublisherAAMc.I'm not using any private APIs and following public documentations.Thanks in advance!
Replies
6
Boosts
0
Views
2.3k
Activity
Jul ’19
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
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
661
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
497
Activity
Oct ’20
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