上传AppStore时遇到关于 “Authenticating with the App Store” 解决方案-2020-03-05
在上传应用的时总是卡住提示 “Authenticating with the App Store” ,尝试了多次还是不行,使用其他方式 Transporter 提交,同样卡住不动,提示 “正在验证 APP - 正在通过App Store进行认证…”。 原因 1、在上传 ipa 文件时需要使用 java 程序的 iTMSTransporter 处理。 2、在第一次上传应用时,iTMSTransporter 需要从 Internet 下载一组 jar 文件并将其缓存在本地文件夹中。我们遇到的问题就是卡在了这一步,下载不下来! 传包卡在authenticating with the app store 情况下,可以尝试: 1、更换网络,比如手机热点 2、不同的上传方式,xcode、Transporter.app、fastlane 3、参考以下步骤删除缓存 解决方法 XCode11 及以上解决方法: iTMSTransporter 文件位置: XCode 中位置: /Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/itms/bin/iTMSTransporter 或者在 Transporter 中位置: /Applications/Transporter.app