溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

上傳app時(shí)一直顯示發(fā)送API給AppStore

發(fā)布時(shí)間:2020-07-31 14:31:16 來源:網(wǎng)絡(luò) 閱讀:882 作者:jackscm 欄目:開發(fā)技術(shù)

反正我是解決了好久,最后在stack overflow上找到了解決方法,外國(guó)人就是很認(rèn)真。

As I felt a serious issue on this. I believe this answer will might be helpful.

After work around 10-12 hours on it and as everything else regarding my project and coding was fine enough, It becomes a headache for me. But after getting some valuable comment from some of the user of stack-overflow and after done some more googling I have found some quality answer.

The answer help me the most:

application loader stuck at the stage of "Authenticating with the iTunes Store"

If you are going to upload it through Application Loader and it stuck on the "Authentication with the iTunes Store..."

or

You are going to upload it through XCode and it stuck on “Your application is being uploaded”

Then just keep your head cool and check this first method:

  • Check your firewall protection is off. If not then make it off. Otherwise it can block you to connect your computer with iTunes Store.

  • Try a different internet connection. You might find that there is a port that Apple uses that is blocked.

If it doesn't not help you then follow the second method:

Xcode needs java runtime for uploading your apps to the App Store.

enter 'java -version' in the terminal, java version should be 1.6 .if not download lastes compatible java only from apple download center: http://support.apple.com/kb/DL1572?viewlocale=en_US

If it doesn't not help you then follow the third method:

  • This enables the application loader to use the HTTP port for HTTPS. Go to Application Loader java folder : /Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/MacOS/itms/java/lib

  • Open net.properties file using text mate application

  • Change this particuler line : #https.proxyPort=443 proxy port to https.proxyPort=80

  • Save the file. And that's it. You can upload your binary file to App store easily now.

If it also doesn't not help you then follow the fourth method: Regenerate your certificate

  • Goto iOS developer portal (https://developer.apple.com/membercenter).

  • Remove current certificate, used by your App for signing.

  • Revoke your distribution certificate download it to your mac.

  • Install it.

  • Remove current "iOS distribution provision profile" from Developer portal.

  • Regenerate "iOS distribution provision profile" for app store distribution and download to mac.

  • Install it.

  • Try again using xcode/application loader to upload the build.


向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI