[iOS] Application Loader stuck at “Authenticating with the iTunes store” when uploading an iOS app

Posted in :

試了很多次,也重開機,結果還是不行,可能需要在分析器上開些port 讓 xcode 可以和 iTunes Store 互連。

 

我是在  Xcodoe 裡把 ipa 匯出來,再用Application Loader 去上傳,就成功了。


我直接用下面的解法:

http://stackoverflow.com/questions/22443425/application-loader-stuck-at-authenticating-with-the-itunes-store-when-uploadin

You have to agree to a new sign up in Application Loader. Select “Application Loader” under the “Xcode -> Open Developer Tool” menu (the first menu to the right of the Apple in the menu bar). Once you open Application Loader there will be a prompt to agree to new terms and then to login again into your iTunes account. After this any upload method will work.

Image of Application Loader on Xcode

 


下面這個解法對我來說有用!死馬當活馬醫,順便執行一下,下面這幾行指令,結果Xcode 就可以  Upload 了(灑花):

This only started happening to me today (May 2017) and no answers in this thread solved my issue. The resolution for me was from here;

https://forums.developer.apple.com/thread/76803

cd ~  
mv .itmstransporter/ .old_itmstransporter/  
"/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"

 

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *