Hi
I've been trying to upload an ipa package to TestFlight using iTMSTransporter for Linux. I've checked the documentation and have successfully gone through the process several times. However I experience sporadic fails(around 50%)
Recently I've try and capture the logs of one successfully attempt and one failure.Logs are attached below. To do that I've ran the same command twice, the server is the same using the same libraries, same access JWT and the same ipa and plist files.
After assessing the two runs, the only difference I see is in the content delivery server:
failed -> contentdelivery01.itunes.apple.com
success -> contentdelivery02.itunes.apple.com
My questions are:
Am I missing something else?
Do you guys have any suggestions why one fails and the other doesn't?
Do you have any workarounds in mind?
failure.log
success.log
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Created
Hi all.
I'm trying to upload an app build to Testflight using the following command from a linux machine:
iTMSTransporter -m upload -jwt *** -assetFile build.ipa -assetDescription AppStoreInfo.plist
However it fails ~70% of the times with the following error:
ERROR: Upload is not in processing state, please try again.
The same command using the same ipa, plist files and jwt is successful 100% of the tries when ran on mac
I've searched for this error but nothing seems to have anything similar