How to upload the app to the appstore xcode11

1, Appstore download tool   Transporter

2, Transporter resolve when uploading App Store, sometimes get stuck or very slow.

https://github.com/iOSDevLog/com.apple.amp.itmstransporter  download Release following zip package, or git clone

(Or https://download.csdn.net/download/crystal_ooo/12253048 download)

3, replacing ~ / Library / Caches / com.apple.amp.itmstransporter

4, modify /com.apple.amp.itmstransporter-20200303/obr/2.0.0/repository.xml  file, the File: / the Users / iosdevlog / Library of iosdevlog, change your user name

5, the terminal run command

/Applications/Transporter.app/Contents/itms/bin/iTMSTransporter

 

ps: If there is an error message https: //...jar, download the jar file down into the ~ / Library / Caches / com.apple.amp.itmstransporter / obr / 2.2.0 /

/Applications/Transporter.app/Contents/itms/bin/iTMSTransporter run again

Last appearance:

[2020-03-17 13:17:26 CST] <main> DBG-X: Returning 0

That is successful.

Published 21 original articles · won praise 1 · views 110 000 +

Guess you like

Origin blog.csdn.net/crystal_ooo/article/details/104919779