Questions tagged [itmstransporter]
53 questions
27
votes
1 answer
Go RoundTripper and Transport
I am having hard time understanding what we need RoundTripper for in Go.
https://golang.org/pkg/net/http/#RoundTripper
Explains the default Transport in Go:
var DefaultTransport RoundTripper = &Transport{
Proxy: ProxyFromEnvironment,
…
user2671513
18
votes
3 answers
error from Transporter, "failed to get the app's bundle id"
I'm preparing an app for the Mac OS app store. The app is a package that consists of a precompiled binary and a bunch of configuration parameters embedded in it's info.plist. The app isn't under development - it's been in use for several years, but…

ddyer
- 1,792
- 19
- 26
14
votes
2 answers
Xcode organizer trying to access transporter at wrong directory path
Transporter not found at path: /usr/local/itms/bin/iTMSTransporter.
You should reinstall the application.
So I checked the path /Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/MacOS/itms/bin and iTMSTransporter exists…

boidkan
- 4,691
- 5
- 29
- 43
9
votes
2 answers
Is there a way to fully automate iOS in-app purchase creation/editing/deletion in iTunes Connect?
I'm working iOS client for a site where users can create and sell courses. Since Apple wants all the purchasable products in iOS app to be available as in-app purchases, I need a way to automate that in-app purchases generation. For now I've read…

HARDWARRIOR
- 841
- 1
- 8
- 22
5
votes
0 answers
iTMSTransporter -vendor_id option not working
I'm trying to lookup iTunes Connect metadata using iTMSTransporter. If I use the -apple_id option, everything works fine:
iTMSTransporter -m lookupMetadata -destination ~/Desktop/ -u my_email@gmail.com -apple_id 123456
However, if I use the…

stipe108
- 1,640
- 1
- 16
- 20
4
votes
2 answers
Fastlane upload_to_testflight The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure
I'm trying to run fastlane to upload in App Store however I'm facing some issue.
Here is my fastlane env below:
### Stack
| Key | Value |
| --------------------------- |…

jjjjjj
- 91
- 1
- 6
4
votes
1 answer
Cannot upload hosted content for In-App purchases to iTunesConnect
I am trying to upload hosted content for in-app purchases, however I have been unable to succeed so far.
I have previously uploaded around 100 in-app purchases packages for my app using Application Loader. I used to be able to upload these packages…

Danny Bravo
- 4,534
- 1
- 25
- 43
4
votes
3 answers
ERROR ITMS-90085 when uploading an archived app to iTunes Connect
when archiving my app and trying to upload the binary to iTunes Connect through Xcode or Application Loader (after a successful export), I have this error without much more information:
ERROR ITMS-90085: "No architectures in the binary. Lipo failed…

Cyril
- 1,649
- 1
- 17
- 32
4
votes
1 answer
Apple ITMS Transporter: How to Upload screenshot for ios-iPad Pro?
Using Apple's ItmsTransporter Java utility, I want to upload screenshots for the new iPad Pro.
Even after completely re-installing the software and deleting the .itmstransporter/ directory, plus using "itms lookup", I still get the following error…

Bet Lamed
- 473
- 3
- 15
4
votes
1 answer
iTMSTransporter : How to upload content in In-App Purchase?
I'm actually using ITMSTransporter, and try to computerize management of in app purchases.
I read all documentation about ITMSTransporter : Lookup Mode, Verify Mode, Upload Mode.
But I have still a problem with in app purchase.
I have an in app…

Paul Lavoine
- 41
- 1
- 3
3
votes
1 answer
iTMSTransporter is available on the early-access update channel
I'm running into 2 issues that I'm not sure how to solve regarding validating apps to publish to the Mac App Store.
A new Version of iTMStransporter is available on the early-access update channel. Specify '-updateChannel earlyAccess' on the…

Wojtek322
- 584
- 7
- 20
3
votes
1 answer
ERROR ITMS-90596: "Invalid Bundle. The asset catalog at 'Payload/ExpoKitApp.app/.bundle/Assets.car' can't be processed."
Problem summary : I would like to submit an app to the Apple App store (TestFlight). I am using Transporter v1.1 to submit the app. I am getting the following error in Transporter during the submission process. Please note that I am not using Xcode…

Sujay
- 570
- 3
- 8
- 24
3
votes
2 answers
App Store Connect Operation Error, "An error occurred while trying to start the iTMSTransporter"
While uploading build I am getting an issue: "An error occurred while trying to start the iTMSTransporter"
XCode Version: 11.2 (11B52)
Mac Version: Catalina 10.15.2 (19C57).
I have tried to re-add my developer account to xcode, nothing works.…

Naresh
- 869
- 8
- 17
3
votes
0 answers
What with iTMS transporter now?
I need upload .ipa to appstore, i see support it in Linux (doc)
to the iTunes Store, Apple Books, and App Store.
-f or -assetFile <.ipa | .pkg> for macOS, Linux, and Windows uploads (for macOS notarization, use -assetFile <.dmg | .pkg |…

dragonfly
- 168
- 1
- 13
3
votes
1 answer
iTunes Connect Transporter - Lookup - GameCenter Leaderboard Set not part of metadata
I just used iTMSTransporter for the first time. I did a lookup and downloaded my app's metadate as a .itmsp file.
My app / game contains leaderboards with leaderboard sets, but in the metadata.xml file (in the .itmsp file/folder) only the…

Max
- 2,699
- 2
- 27
- 50