Search results for

“ITMS-90338”

1,703 results found

Post

Replies

Boosts

Views

Activity

iOS 9 LaunchServices: ERROR: There is no registered handler for URL scheme itms-services
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.
1
0
4.9k
Sep ’15
I keep getting ERROR ITMS-90062. How do I increase only a build?
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
4
0
12k
May ’20
ERROR ITMS-90624: "Invalid Intent Vocabulary."
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
1
0
1.2k
Apr ’20
Reply to iTMSTransporter -m upload fail
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.
Oct ’24
ITMS-90433: App store rejection in testflight with invalid binary
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
10
0
7.3k
Apr ’21
Reply to Unable to upload tvOS app ERROR ITMS-90523
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:
Sep ’15
App Submitting Problem - ERROR ITMS-90034
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!
1
0
2.6k
Mar ’16
ERROR ITMS-90165: Invalid provisioning profile signature.
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?
8
0
1.5k
Oct ’24
State_error.validation_error.10
When I try to upload to apple store connect from XCODE, I get the following error. the app contains one or more corrupted binaries. rebuild the app and resubmit. with error code state_error.validation_error.10 for id ***** This error started appearing suddenly today. I have not made any major changes since yesterday. It had never appeared before. I get the same error when I try to re-upload other app builds that I was able to upload before. state_error.validation_error.10 error code does not show up at all when I search google. Also When I upload an exported build via Transporter, I get an email with the error ITMS-90338: Non-public API usage. I have tried restarting the MAC, clean build of XCODE, etc., but to no avail. Can someone please help me? (My environment is XCODE13 and Unity2020.)
41
0
12k
Jul ’22
Unable to submit iMessage App - ERROR ITMS-90632
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.
1
0
652
Sep ’16
why my itms-services link works on iOS 8 but not working on iOS 11?
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 ?
0
0
2.5k
Apr ’18
WARNING ITMS-90704: Missing App Store Icon.
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
16
0
23k
Oct ’17
iOS 9 LaunchServices: ERROR: There is no registered handler for URL scheme itms-services
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.
Replies
1
Boosts
0
Views
4.9k
Activity
Sep ’15
I keep getting ERROR ITMS-90062. How do I increase only a build?
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
Replies
4
Boosts
0
Views
12k
Activity
May ’20
TMS-90338: Non-public API usage - Automatic Refusal
We are trying to publish an app using React. We are getting the above refusal code but it's not enough to go off of to fix the issue. As far as I can tell, that method name isn't in use? Can I get some help please?
Replies
2
Boosts
0
Views
334
Activity
Nov ’24
ERROR ITMS-90624: "Invalid Intent Vocabulary."
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
Replies
1
Boosts
0
Views
1.2k
Activity
Apr ’20
Reply to iTMSTransporter -m upload fail
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.
Replies
Boosts
Views
Activity
Oct ’24
ITMS-90433: App store rejection in testflight with invalid binary
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
Replies
10
Boosts
0
Views
7.3k
Activity
Apr ’21
Reply to Unable to upload tvOS app ERROR ITMS-90523
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:
Replies
Boosts
Views
Activity
Sep ’15
App Submitting Problem - ERROR ITMS-90034
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!
Replies
1
Boosts
0
Views
2.6k
Activity
Mar ’16
ERROR ITMS-90165: Invalid provisioning profile signature.
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?
Replies
8
Boosts
0
Views
1.5k
Activity
Oct ’24
State_error.validation_error.10
When I try to upload to apple store connect from XCODE, I get the following error. the app contains one or more corrupted binaries. rebuild the app and resubmit. with error code state_error.validation_error.10 for id ***** This error started appearing suddenly today. I have not made any major changes since yesterday. It had never appeared before. I get the same error when I try to re-upload other app builds that I was able to upload before. state_error.validation_error.10 error code does not show up at all when I search google. Also When I upload an exported build via Transporter, I get an email with the error ITMS-90338: Non-public API usage. I have tried restarting the MAC, clean build of XCODE, etc., but to no avail. Can someone please help me? (My environment is XCODE13 and Unity2020.)
Replies
41
Boosts
0
Views
12k
Activity
Jul ’22
Unable to submit iMessage App - ERROR ITMS-90632
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.
Replies
1
Boosts
0
Views
652
Activity
Sep ’16
Reply to How to publish Safari extension as Safari extension?
Does the extension appear here? itms-apps://safariExtensions
Replies
Boosts
Views
Activity
Jun ’20
ERROR ITMS - 90167 No. app bundles found in the package
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? 😟
Replies
11
Boosts
0
Views
2.3k
Activity
Aug ’16
why my itms-services link works on iOS 8 but not working on iOS 11?
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 ?
Replies
0
Boosts
0
Views
2.5k
Activity
Apr ’18
WARNING ITMS-90704: Missing App Store Icon.
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
Replies
16
Boosts
0
Views
23k
Activity
Oct ’17