after upgrading to macOS SierraI can no longer submit the built to testflight successfullyit just appears ERROR ITMS - 90167 No. app bundles found in the package error message....
Search results for
ITMS-90158
1,681 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
You can check your iTMSTransporter position is in Transporter.app or download from Apple webview. I've downloaded iTMSTransporter from https://help.apple.com/itc/transporteruserguide/en.lproj/static.html#apdAe41970bd and change my command line from /Applications/Transporter.app/Contents/itms/bin/iTMSTransporter to /usr/local/itms/bin/iTMSTransporter to solve this problem.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
I am currently notarizing from the command line.When I try to notarize an item that has already been uploaded the result from the command line is:2019-07-30 12:43:05.491 altool[11971:259993] No errors getting notarization info. RequestUUID: <redacted> Date: 2019-07-30 16:40:25 +0000 Status: invalid LogFileURL: (null)Then in a minute or two I get an email explaining that ITMS-90732: Duplicate Upload - The software asset has already been uploaded.My question is how I can get this info from the command line so the build script can deal with the result?
Same exact issue ITMS-90000: This bundle is invalid - $message
Topic:
Code Signing
SubTopic:
General
Tags:
See Handling ITMS-91061: Missing privacy manifest for a response.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
@HirakDesai , see Handling ITMS-91061: Missing privacy manifest.
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags:
See Handling ITMS-91061: Missing privacy manifest for a response.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Hello,I'm using iTMS transporter tool to upload and changing inapp products into iTCFor uploading new products I use following steps:1. Preparing package for upload it to iTC servers2. Sending package to iTC servers3. Receiving products review status using lookup modeThere is no problems during those steps.For changing products price, I use following steps:1. Preparing simillar as new product package, only product price field is changed2. Sending package to iTC servers3. Receiving products review status using lookup modeTill 1 December I was able to sent new inapps to iTC and change prices for existing products using methology above.After 1 December I start to recieve following error during send updated inapp products:ERROR: ERROR ITMS-4062: In-App Purchase with product_id=ios_listen.9443940 is not currently editable. at Software/SoftwareMetadata/SoftwareInAppPurchase[2015-12-01 17:45:40 MSK] <main> ERROR: ERROR ITMS-4062: In-App Purchase with product_id=ios_listen.9305392 is
Hello,Im tryng to upload a binary to App store but i get this errorERROR ITMS-90085: No architectures in the binary. Lipo failed to detect any architectures in the bundle executable. Someone know what this mean?Thanx!
if UIApplication.shared.canOpenURL(URL(string: itms-services://?action=download-manifest&url=http://....plist)!) { UIApplication.shared.open(URL(string: url)!, options:[:], completionHandler: { (success : Bool) in }) } in ios 17 this is not good
I had no issue when uploading the last version, but, this time I tried to lower the iOS deployment version (from 10.0 to 9.0) and I'm getting this warning. It's not an error but it still concerns me.So far I tried these:- http://stackoverflow.com/questions/24823926/itms-9000-the-binary-you-upload-was-invalid- http://stackoverflow.com/questions/32908964/error-itms-90168-the-binary-you-uploaded-was-invalidbut none worked for me.I made sure I changed the deployment version in both project setting and target setting. And I still see the same warning even when I tried to revert back to 10.0 deployment target.It seems that they pass all the validation and processing no matter what. I don't know if this is just a warning I can safely ignore or not.Does anyone have the similar issue?
See Handling ITMS-91061: Missing privacy manifest for a response.
Topic:
Community
SubTopic:
Apple Developers
Since this app contains an App Clip, the com.apple.developer.associated-appclip-app-identifiers entitlement should be present and include the value of the App Clip's application identifier. Please add this entitlement, then resubmit. Added then also still I am getting the warning from TestFlight ? Please help to resolve the particular issue
I am trying to submit an Xcode archive to the App Store ... I am using Xcode8. When I try to upload the archive, I get this error from the system:ERROR ITMS-90075: This bundle is invalid. The application-identifier entitlement is missing; it should contain your 10-character Apple Developer ID, followed by a dot, followed by your bundle identifier.I am submitting an iPhone app with a WatchOS2 app and WatchOS2Extension. In all three cases, I've check the mobileprovisioning profiles inside the archive that is created, and all three of them seem to contain the application-identifier just fine: <key>application-identifier</key> <string>ET9QYDEGT6.com.zsquare.myapp</string> <key>application-identifier</key> <string>BJ97GLR9R3.com.zsquare.myapp.watchkitapp</string> <key>application-identifier</key> <string>BJ97GLR9R3.com.zsquare.ijournal.myapp.watchkitextension</string>I also have 2 other targets in the archive ... they're both framewor
OS: macOS Sonoma Xcode version: 14.3.1 Release When I upload the archive to App Store Connect and send it to review I get the following message: ITMS-90111: Invalid Toolchain - Your app was built with a beta version of Xcode or SDK. Apps submitted to the App Store must be built with the GM version of Xcode 10.1 and the SDK for iOS 12.1 and watchOS 5.1, Xcode 7.1 and the SDK for tvOS 9, or Xcode 6 and the SDK for macOS 10.9 or later. If you are using an Xcode beta version to test your app, make sure you are using the latest supported version. For more information about supported beta versions, view the App Store Connect What's New page (https://developer.apple.com/app-store-connect/whats-new/). What's the problem please?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
macOS
App Store Connect
Xcode
Beta