The App Metadata Specification says that the name of the .itmsp directory, plus the value for "vendor_id" must be the SKU of the app as when in App Store Connect.
https://help.apple.com/asc/appsspec/#/itc3eb641b19
However, when dragging the .itmsp into Transporter, it rejects it with "The App Bundle ID [MY SKU] does not exist yet, go to App Store Connect to add a new app."
It seems like it expects "vendorid" to be the Bundle ID and not SKU like the documentation says. So, I tried changing "vendorid" to the Bundle ID, and yes, Transporter now happily accepts it and uploads to App Store Connect.
But, the server rejects it, saying it can't find the app, because I imagine it *does* expect SKU.
I tried a bunch of different combinations of "vendorid" and .itmsp directory names, even multiple "vendorid" entries in the XML, to try and pass the checks, but nothing worked.
In short, Transporter expects Bundle ID and App Store Connect expects SKU. Is this just a straight-up bug?
Post
Replies
Boosts
Views
Activity
I'm working on an app that monitors heart rate using HKWorksoutSession and I don't want the activity to be added to the activity rings. It's currently adding to Move Calories and Excerise Minutes.Is there a way to configure it without saving any activity data?