iTMSTransporter upload ipa to iTunes Connect Success but choose in TestFlight Failed
As I see the link upload ipa to testflight,then refer the example,
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-assetFile /Users/jappleseed/Downloads/MyApp.ipa
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
but I got the error message, why it happened?
ERROR: The '-assetFile' option cannot specify a file with an extension of '.ipa' when -distribution is set to 'DeveloperId'.
then I try this command, make the .ipa to .zip,
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-assetFile /Users/jappleseed/Downloads/MyApp.zip
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
then it show success, but I can not found the ipa in iTunes Connect, as iTunes Connect not showing my uploaded IPA.
Package Summary:
1 packages were uploaded successfully.
Face this situation, then I try this command again, and upload.itmsp
contains [metadata.xml, Myapp.ipa]
.
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-f /Users/jappleseed/Downloads/upload.itmsp/
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
it also told me success message, and I can see the build version in iTunes connect, but I can not choose the version in TestFlight, then I can not do more.
1 packages were uploaded successfully:
/Users/jappleseed/Downloads/upload.itmsp/
testflight ipa itmstransporter
add a comment |
As I see the link upload ipa to testflight,then refer the example,
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-assetFile /Users/jappleseed/Downloads/MyApp.ipa
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
but I got the error message, why it happened?
ERROR: The '-assetFile' option cannot specify a file with an extension of '.ipa' when -distribution is set to 'DeveloperId'.
then I try this command, make the .ipa to .zip,
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-assetFile /Users/jappleseed/Downloads/MyApp.zip
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
then it show success, but I can not found the ipa in iTunes Connect, as iTunes Connect not showing my uploaded IPA.
Package Summary:
1 packages were uploaded successfully.
Face this situation, then I try this command again, and upload.itmsp
contains [metadata.xml, Myapp.ipa]
.
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-f /Users/jappleseed/Downloads/upload.itmsp/
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
it also told me success message, and I can see the build version in iTunes connect, but I can not choose the version in TestFlight, then I can not do more.
1 packages were uploaded successfully:
/Users/jappleseed/Downloads/upload.itmsp/
testflight ipa itmstransporter
add a comment |
As I see the link upload ipa to testflight,then refer the example,
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-assetFile /Users/jappleseed/Downloads/MyApp.ipa
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
but I got the error message, why it happened?
ERROR: The '-assetFile' option cannot specify a file with an extension of '.ipa' when -distribution is set to 'DeveloperId'.
then I try this command, make the .ipa to .zip,
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-assetFile /Users/jappleseed/Downloads/MyApp.zip
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
then it show success, but I can not found the ipa in iTunes Connect, as iTunes Connect not showing my uploaded IPA.
Package Summary:
1 packages were uploaded successfully.
Face this situation, then I try this command again, and upload.itmsp
contains [metadata.xml, Myapp.ipa]
.
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-f /Users/jappleseed/Downloads/upload.itmsp/
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
it also told me success message, and I can see the build version in iTunes connect, but I can not choose the version in TestFlight, then I can not do more.
1 packages were uploaded successfully:
/Users/jappleseed/Downloads/upload.itmsp/
testflight ipa itmstransporter
As I see the link upload ipa to testflight,then refer the example,
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-assetFile /Users/jappleseed/Downloads/MyApp.ipa
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
but I got the error message, why it happened?
ERROR: The '-assetFile' option cannot specify a file with an extension of '.ipa' when -distribution is set to 'DeveloperId'.
then I try this command, make the .ipa to .zip,
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-assetFile /Users/jappleseed/Downloads/MyApp.zip
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
then it show success, but I can not found the ipa in iTunes Connect, as iTunes Connect not showing my uploaded IPA.
Package Summary:
1 packages were uploaded successfully.
Face this situation, then I try this command again, and upload.itmsp
contains [metadata.xml, Myapp.ipa]
.
/usr/local/itms/bin/iTMSTransporter
-m upload -jwt ex****
-asc_provider Apple
-v eXtreme
-f /Users/jappleseed/Downloads/upload.itmsp/
-distribution DeveloperId
-primaryBundleId com.apple.contentdelivery.theFruitStand
it also told me success message, and I can see the build version in iTunes connect, but I can not choose the version in TestFlight, then I can not do more.
1 packages were uploaded successfully:
/Users/jappleseed/Downloads/upload.itmsp/
testflight ipa itmstransporter
testflight ipa itmstransporter
edited Nov 16 '18 at 5:35
junxian diao
asked Nov 15 '18 at 6:15
junxian diaojunxian diao
166
166
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Use username/password authentication (-m username -p yourpassword) instead of JWT. This solved the issue for me.
yes, I had found it work for me, just not add the comment, but thanks again.
– junxian diao
Nov 30 '18 at 3:24
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53313469%2fitmstransporter-upload-ipa-to-itunes-connect-success-but-choose-in-testflight-fa%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Use username/password authentication (-m username -p yourpassword) instead of JWT. This solved the issue for me.
yes, I had found it work for me, just not add the comment, but thanks again.
– junxian diao
Nov 30 '18 at 3:24
add a comment |
Use username/password authentication (-m username -p yourpassword) instead of JWT. This solved the issue for me.
yes, I had found it work for me, just not add the comment, but thanks again.
– junxian diao
Nov 30 '18 at 3:24
add a comment |
Use username/password authentication (-m username -p yourpassword) instead of JWT. This solved the issue for me.
Use username/password authentication (-m username -p yourpassword) instead of JWT. This solved the issue for me.
answered Nov 29 '18 at 11:27
gaborhogaborho
16
16
yes, I had found it work for me, just not add the comment, but thanks again.
– junxian diao
Nov 30 '18 at 3:24
add a comment |
yes, I had found it work for me, just not add the comment, but thanks again.
– junxian diao
Nov 30 '18 at 3:24
yes, I had found it work for me, just not add the comment, but thanks again.
– junxian diao
Nov 30 '18 at 3:24
yes, I had found it work for me, just not add the comment, but thanks again.
– junxian diao
Nov 30 '18 at 3:24
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53313469%2fitmstransporter-upload-ipa-to-itunes-connect-success-but-choose-in-testflight-fa%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown