温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

上传app时一直显示发送API给AppStore

发布时间:2020-07-31 14:31:16 来源:网络 阅读:889 作者:jackscm 栏目:开发技术

反正我是解决了好久,最后在stack overflow上找到了解决方法,外国人就是很认真。

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问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI