Search results for

ITMS-90158

1,681 results found

Post

Replies

Boosts

Views

Activity

Problems with manually submitting a MacOS app to the Apple Store
Hello!I'm trying to submit a Java app to the Apple Mac Store, so I have to do this manually. I could fix 23 of 25 issues but I stuck on the last 2 😉ERROR ITMS-90230: Invalid product archive metadata. Error in keyPath [product-metadata.product-identifier]. Please re-build your archive with an up-to-date version of Xcode, and submit again.ERROR ITMS-90230: Invalid product archive metadata. Error in keyPath [product-metadata.product-version]. Please re-build your archive with an up-to-date version of Xcode, and submit again.For both of them I couldn't find anything useful in the net. What does ist mean and how to fix it???The result is the same in the Transporter app and when uploading manually in the terminal.Thanks in advance for any hint!Thomas
5
0
1.9k
Jun ’21
Reply to ITMS-90426: Invalid Swift Support
Getting same Issue by uploading build with azure pipeline. Xcode 12.4 is currently used, don't have possability at the moment to update to newer (12.5) Xcode version (VM Agent). .xcarchive don't contains SwiftSupport folder when builing with azure pipeline. Manuelly adding of SwiftSupport with this workaround - https://developer.apple.com/forums/thread/129407?answerId=614264022#614264022 not working - same issue ITMS-90426: Invalid Swift Support with list of libs. Has anyone Solutions to fix this?
May ’21
ERROR ITMS-90725: "SDK Version Issue. This app was built with the iOS 12.4 SDK
We have two targets.MCOM and MCOM QA and both are built using iOS 12 SDK.But when we submit the MCOM build to Test Flight, we get following message.We identified one or more issues with a recent delivery for your app, Macy's 8.4.2 (8042.200501.150315). Your delivery was successful, but you may wish to correct the following issues in your next delivery:ITMS-90725: SDK Version Issue - This app update was built with the iOS 12.4 SDK. As of June 30, 2020, updates to apps for iPhone or iPad must be built with the iOS 13 SDK or later.But when we try to upload MCOM QA build to Test Flight, we get different messageERROR ITMS-90725: SDK Version Issue. This app was built with the iOS 12.4 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later. Return status of iTunes Transporter was 1: ERROR ITMS-90725: SDK Version Issue. This app was built with the iOS 12.4 SDK. New apps for iPhone or iPad must be built with the iOS 13 SDK or later.So basically Test Flights assumes our QA apps as
14
0
26k
May ’21
Icon errors delivering app through Application Loader
Hi,I'm trying to deliver my app(Made using Xamarin, Visual Studio) through Application Loader, but I keep getting the same 4 errors (and 2 warnings).I get the following:ERROR ITMS-90713: Missing Info.plist value. A value for the Info.plist key 'CFBundleIconName' is missing in the bundle 'nl.(myappname).ios' Apps built with iOS 11 or later SDK must supply app icons in an asset catalog and must also provide a value for this Info.plist key. For more information see http://help.apple.com/xcode/mac/current/#/dev1051b1f7.ERROR ITMS-90022: Missing required icon file. The bundle does not contain an app icon for iphone/ ipod of exactly '120x120' pixels, in .png format for iOS versions >= 10.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 supporting iPad Pro.ERROR ITMS-90023: Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, i
5
0
5.5k
May ’21
Reply to Multicast Networking not working from App Store - but from debugging
I also read this you wrote https://developer.apple.com/forums/thread/663271 Do you want us to follow the instructions in this article, or what you mentioned above? (codesign -d --entitlements :- Payload/YourApp.app security cms -D -i Payload/Test747881523.app/embedded.mobileprovision ) At the same time, I followed the instructions in your article above and uploaded the ipa. ERROR ITMS-90072: The IPA is invalid. It does not include a Payload directory. This error occurred. How can I solve it?
Topic: Code Signing SubTopic: Entitlements Tags:
May ’21
"Bad Bundle Identifier" issue
Background: I have an app currently in the store containing a notification extension. The app's bundle ID is (redacted) `com.mycompany.myapp`, and the notification extension's bundle ID is `com.mycompany.myapp.notification.extension`.Several builds with this setup have been submitted successfully, including the build currently available on the store for download.When I try to upload my new build, I get the following error:ERROR ITMS-90347: Bad bundle identifier. The bundle identifier 'com.mycompany.myapp.notification.extension' of the application extension MyApp.app/PlugIns/MyApp Notification Extension.appex should start with the application's bundle identifier 'com.mycompany.myapp' and not contain more than one period . after the application's bundle ID.Does anybody know what's going on here? Have the rules regarding valid bundle IDs changed in the past month or so? How can I upload my new build without changing my bundle ID? I've tried uploading via both Application Loader and the iTunes Connect AP
4
0
1.7k
May ’21
OpenCV Signin Issue
Hi, I've been using OpenCV for quite some time now. Submitting builds to App Store and Testflight. But recently, I can no longer do that. Maybe due to Xcode 12? The iOS app builds and runs correctly on device, but if I try uploading to App Store connect I get a whole range of errors. App Store Connect Operation Error ERROR ITMS-90035: Invalid Signature. Code object is not signed at all. The file at path [Frameworks/opencv2.framework/opencv2] is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose Clean All in Xcode, delete the build directory in the Finder, and rebuild your release target. For
6
0
1.8k
May ’21
Reply to App not Upload And Sign
Thanks for your helpful post. I followed your Manual Code Signing Example - https://developer.apple.com/forums/thread/130855 post step by step and I signed my files with Apple Distribution: TTT, is that OK? then I replaced the app with path/to/myapp.xcarchive/Products/Applications/myapp.app. After that, I opened Organizer to upload myapp to the App Store. Now I don't get sand-boxing errors for my Command-line tools, but library errors exist. (my tools depends on libraries) ERROR ITMS-90000: This bundle is invalid. The executable code in [myapp.app/Contents/Frameworks/1.dylib, myapp.app/Contents/Frameworks/2.dylib, myapp.app/Contents/Frameworks/3.dylib] contain unsupported content. How can I resolve this problem? Thanks
May ’21
trying to use xcrun altool to upload fails because of java
Hi forumI recently upgraded to Catalina and XCode 11 and now I'm having a weird problem uploading my app into the App Store.When using organizer, the upload just fails with an error message saying «An error occured uploading to the App Store». No further error is given.So I tried using xcrun altool to upload the ipa.There, I get the following error:Java 1.5 or Java 1.6 is required. Currently, java is the default java version. Please upgrade.xcrun uses the itms-transporter at this location: /usr/local/itms/bin/iTMSTransporterAny ideas what's going wrong here?
3
0
2.4k
May ’21
ITMS-90809: Deprecated API Usage
Hi I have tried to submit an application to the app store connect, but it has always given the following error: 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). The problem is that I can't identify any reference to UIWebView in my solution. I used xamarin to make the app and I have xamarin forms in the most updated version. In the linker behavior I already have a link all.
3
0
1.7k
May ’21
iOS Stickers App Distribution ERROR ITMS-90039
Hello,Have a problem to submit app to itunesconnect, done before several times with Xcode9 and it was working fine, now I can't find any solution over the web. Can you plase help me.Its a Sticker Pack App build in Xcode 10, just draged the images and that's it, didn't add anything in plist.Thanks,ERROR ITMS-90039: Type Mismatch. The value for the Info.plist key LSApplicationLaunchProhibited is not of the required type for that key. See the Information Property List Key Reference at https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009248-SW1
2
0
1.2k
May ’21
UIWebView are no longer accepted
I received the below issue in mail when uploading the ipa file into app store. 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). Best regards, The App Store Team what is the solution to fix the issue?
3
0
2.5k
May ’21