Search results for

ITMS-90158

1,681 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
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
ITMS-90562: Invalid Bundle with Xcode 13.3 RC
When archiving and uploading a build of our tvOS app to App Store Connect with Xcode 13.3RC, it gets rejected with TMS-90562: Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in the dylib search path. When archiving and uploading with Xcode 13.2.1 the build is accepted and processed. I could not find any rpath issues when inspecting the binary with otool -L and otool -l. Has anyone else experienced the this issue with Xcode 13.3RC? I've filed feedback FB9952607
36
0
13k
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
Build upload to TestFlight has been unsuccessful due to some error 'ITMS-90338: Non-public API usage'.
The app references non-public symbols in : UIFontFeatureSelectorIdentifierKey_ForNewSwiftAPI, UIFontFeatureTypeIdentifierKey_ForNewSwiftAPI. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. We got this error mail from the build-1 of the version 3.2 and we tried few more times till build number-5. We have upload same as version 3.1.
3
0
829
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
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
3.0k
Feb ’22
AppStore Connect Operation error - Error ITMS-90168 : "null"
Hello, I am uploading an update of a test flight and it gives me this error in the final part. :( It gives me the following legend in xcode app store connection operation error error itms-90168: null In the Packaging record that is generated.... Failed for distribution item with error Error Domain=IDEFoundationErrorDomain Code=1 It generates that error right at the end, at the moment of finishing uploading the .ipa. It generates a registry folder where the .ipa and several files come out. Does anybody know what is it due to? Thanks in advance I will leave a little code of the last lines of the log with the idea that it can help something 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 [OPTIONAL] Can't have a profile, not a bundle at 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 IDEDistributionItem init 2022-02-04 10:33:14 +0000 Process
0
0
1.5k
Feb ’22
Manual signing app - ITMS-90078: Missing Push Notification Entitlement
Hi, Maybe someone here can help me ... I have an app (ios xcode swift) that I need to distribute unsigned. So far so good (in the xcode project target settings I have inserted the field: 'CODE_SIGNING_ALLOWED setting for release' NO '. In this way using' Archive 'I get the package in xcarchive format. Just a problem, the app has some 'entitlement' settings like push notifications, background use of bluetooth .. .etc. When my client tries to distribute the app with 'Organizer', he signs it with his certificate and provisioning file, and then downloads to the app store. but I always get the error 'ITMS-90078: Missing Push Notification Entitlement' Has anyone of you already distributed an app with the 'manual' signature as I do in practice?
1
0
2.1k
Feb ’22