Search results for

ITMS-90158

1,686 results found

Post

Replies

Boosts

Views

Activity

Reply to ITMS-90562: Invalid Bundle with Xcode 13.3 RC
New apps uploaded to the App Store as of today (March 22, 2022) should no longer encounter the original error reported upon upload in relation to using Swift concurrency: ITMS-90562: Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in the dylib search path. If you were previously impacted, please upload a new version today. If you continue to receive this error message, please let us know through Feedback Assistant, and post the FB number here.
Mar ’22
Reply to App Store Connect API for in-app purchases
I just started a gitlab project trying to cover the different use cases related to managing in-app purchases with iTMS Transporter. Maybe it's helpful: here's the link https://gitlab.com/ms152718212/manage-in-app-purchases-with-itmstransporter But as I said, it will take me a few more days and hours to finish it.
Topic: App & System Services SubTopic: StoreKit Tags:
Mar ’22
Reply to App Store Connect API for in-app purchases
You can use iTMS Transporter. There is a video from WWDC 2013 (session 306). I think there is also a video from 2012. https://help.apple.com/itc/transporteruserguide/en.lproj/static.html https://help.apple.com/asc/appsspec/en.lproj/static.html (note this has not yet been updated to remove the hosted content feature, which is going away at the end of this month). Note that a limit of 1000 IAPs applies in some situations; it is simpler to keep below that. If you must have more than 1000 you will need to do some operations in batches. Beware, this is not the easiest thing to use! Also beware, I think the number of people using it is probably quite small and I consider it at risk i.e. Apple might turn it off at any time. You're also likely to encounter bugs, e.g. the App Store Connect web interface probably isn't regularly tested with apps with >1000 IAPs. Good luck!
Topic: App & System Services SubTopic: StoreKit Tags:
Mar ’22
ITMS-90562: Invalid Bundle - Bitcode failed to compile for your watchOS binary
Hello, My team is currently having an issue uploading our app to the AppStore because of the following issues: ITMS-90562: Invalid Bundle - Bitcode failed to compile for your watchOS binary because it includes assembly source code or inline assembly. To resolve this issue, rewrite the corresponding code in a higher-level language such as Objective-C or Swift and redeliver your app. ITMS-90562: Invalid Bundle - There's an issue with the app's bitcode compilation. Rebuild the app using the current public (GM) version of Xcode and upload it again. Firstly, we do not have a watchOS app at all. Our last release was successful when built on Xcode 11.6 and we're currently using Xcode 11.7. According to Apple, Xcode 12 isn't required until April of 2021, so I'm not sure what it's complaining about. Here's what we've tried. We created an AppStore build and ran it through the validator and that succeeded. It even uploads fine, but doesn't successfully process once uploaded. We created an Enterprise ve
17
0
10k
Mar ’22
Reply to Unable to export for Ad Hoc or Development distribution with Xcode 13.3 RC
Exactly same issue here. Not only does it affect Ad Hoc distribution, but for normal App Store distribution, it also receives errors. ITMS-90562: Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in dylib search path. (this is incorrect error message). Unchecking Include Bitcode for iOS content can workaround the problem, but this cannot be applied to apps with Apple Watch applications. Detailed error log: ipatool failed with an exception: # /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:372:in `run' /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2889:in `block in CompileOrStripBitcodeInBundle' /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2828:in `each' /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2828:in `CompileOrStripBitcodeInBundle' /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2813:in `block in CompileOrStripBitcodeInBundle' /Applications/Xcode.app/Contents/Developer/usr/bin/ipatool:2812
Topic: Programming Languages SubTopic: Swift Tags:
Mar ’22
upload app to App Store failed and get error in signing code for my application vb from vbulletin
please help to solve this error when I upload app via transporter get this : upload failed (7 issues errors ) : ERROR ITMS-90035: Invalid Signature. Invalid Info.plist (plist or signature have been modified). The file at path [8b787a9f7862.app/vbulletin] 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 more information, please consult https://developer.apple.com/library/ios/documentation/Security/Conceptual/CodeSigningGuide/Introduction/Introduction.html ERROR ITMS-90046: Invalid
1
0
1k
Mar ’22
error itms-90168 null when trying to archive a build (trying to upload build to testflight)
Hi We're trying to publish an app build to Testflight. We've successfully done the build, but when we archive the build, we get this error: error itms-90168 null. We are able to upload the build, it then SEEMS like the build is successfully archived. Then we validate the app, which is successful, but then when we click distribute, it gives an error: error itms-90168 null We've been struggling with this for quite a while and have tried things to solve the issue, but we haven't been successful this far. It's difficult to try figure out what is wrong, as the error message merely says Null instead of giving specific details.
2
0
2k
Mar ’22
Reply to Changes to hosting non-consumable in-app purchases in April 2022
I've not yet had a reply (other than the autoreply) from the reportphishing email, does anyone know if that address does anything? My feeling is that Corinna and her colleagues are AI chatbots. No human could look at that email and think it's a hoax. It even has a valid Apple DKIM signature. Maybe if I now click Very dissatisfied in the We'd love to hear how it went Apple Support survey email, that will feed back into the AI and the next Corine will be better than this one. martax, I also use iTMS Transporter to upload. For some time my feeling has been that that tool is deprecated for app-related uploads, and its main users are music, video and ebook publishers. Although the XML app metadata format is still documented, it's difficult to find links to it from any of the App Store documentation. The best documentation remains a presentation at WWDC 2013. If you ask Apple about it, they get confused with the newer Transporter app and the App Store JSON API.
Topic: App & System Services SubTopic: StoreKit Tags:
Mar ’22
Reply to Build upload to TestFlight has been unsuccessful due to some error 'ITMS-90338: Non-public API usage'.
My app is also being auto-rejected for referencing those same two symbols, coded as ITMS-90338: Non-public API usage. The only related references in my code that I can find (or in my few dependencies) is the following UIFont extension, which to the best of my knowledge is referencing the latest, correct public symbols: UIFont.withSmallCaps. I've tried Xcode 13.2.1, 13.3 beta 2 and 13.3 beta 3. I've also tried with and without the new build mode (defaults write com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration 1).
Feb ’22
New version submission stuck at Prepare for Submission
My submission is stuck at “Prepare for submission”.I inadvertently uploaded a build created with XCode 7.1 beta. Therefore, if I try to Submit for Review in iTunes Connect I get an error message stating that the app cannot be uploaded with a beta version of the SDK. So I prepared a new buildusing the current version of Xcode and try to upload. But the upload in XCode failed with the error “ERROR ITMS-4238:Redundant Binary Upload. There already exists a binary upload with build version ‘2.1’ for train ‘2.1’” at SoftwareAssets/PreReleaseSoftwareAsset”.iTunes Connect does not give me the option to delete the uploaded build. And the + sign under My Apps in iTunes Connect does not allow me to create a new version. If I anyway attempt to upload a newer version from XCode, iTunes Connect sees the uploaded version but doesn't five me the option to submit it for review. Therefore, my submission process is completely stuck. Any advice?
4
0
2.4k
Feb ’22
Python app on macOS App Store
Hello, TLDR; Are there any guidelines (Apple or 3rd party) to deploy a Python + QT + PyInstaller app on macOS App Store? Why should we have one? Python is currently the most popular language, QT is the most popular desktop app platform to use with Python and PyInstaller is pretty much the only game in town to package this type of app for macOS. Problem: By following the guidance on several forums and many sleepless nights we were able to package and notarize the app. However, when we submit the .pkg for review using Transporter we get ~200 signature errors in an email like the below. Pretty much for all .so .dylib files except ours where we individually signed with a script as recommended. We are aware of the famous Signing a Mac Product For Distribution forum post, yet we don't know how not to use --deep to sign since we use several popular 3rd party libraries from PyPi (pip install) and leaving out --deep will even prevent notarization. And clearly, --deep is not working for the App Store scenario. A soluti
3
0
3k
Feb ’22
CFBundleIdentifier Collision
I am trying to submit a new App to the Mac AppStore. In App Store Connect, I create a new and enter the app's bundle identifier in the proper field. Then when I use Xcode to submit the application I get the following error codes:ERROR ITMS-90511: CFBundleIdentifier Collision. The Info.plist CFBundleIdentifier value '$(PRODUCT_BUNDLE_IDENTIFIER)' of 'Mad Octahedron.app/Contents/Resources/MadOctahedron' is already in use by another application.An unknown error occurred.ERROR ITMS-90277: Invalid Bundle Identifier. The application bundle contains a tool or framework $(PRODUCT_NAME) [com.Ambraw.MadOctahedron.pkg/Payload/Mad Octahedron.app/Contents/Resources/MadOctahedron] using the bundle identifier '$(PRODUCT_BUNDLE_IDENTIFIER)', which is not a valid bundle identifier.An unknown error occurred.ERROR ITMS-90261: Bad CFBundleExecutable. Cannot find executable file that matches the value of CFBundleExecutable in the nested bundle $(PRODUCT_NAME) [com.Ambraw.MadOctahedron.pkg/Payload/Mad Oc
4
0
15k
Feb ’22
Reply to Can an xcframework embed an xcframework?
With nested frameworks, I believe I used to get something like ERROR ITMS-90205: Invalid Bundle. The bundle at 'yourapp.app/Frameworks/A.framework' contains disallowed nested bundles.... when submitting the Appstore build to Apple. However, with XCFrameworks this doesn't seem to be the case anymore? Unless I embed and sign in the xcframework within my framework, it fails to run on device. It might fix the issue if I link and embed and sign on the main app, but validating the binary with xcrun altool --validate-app succeeded with nested xcframework. I verified that the succeeded binary does not have the Frameworks folder within the frameworks folder that was embedded, so maybe XCFrameworks doesn't create a nested Frameworks folder anymore.
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’22
ITMS-90725 with xcode 12.4
Since the 20th of April, 2021 my apps have been sporadically (1 in 2) failing for the ITMS-90725 issue and is explained as follows: ITMS-90725: SDK Version Issue - This app was built with the iOS SDK. All iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later. Further, starting April 26, 2021 iOS apps submitted to the App Store must be built with the iOS 14 SDK or later, included in Xcode 12 or later. Which is very odd as I'm using XCode 12.4, has anyone else experienced this issue and/or fixed it?
16
0
10k
Feb ’22