iOS上传应用到AppStore出现Authenticating with the iTunes store

Posted 预估计

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iOS上传应用到AppStore出现Authenticating with the iTunes store相关的知识,希望对你有一定的参考价值。

在Xcode里上传ios游戏到App Store卡在Authenticating with ITunes Store问题:

 

 

 

 

网上搜索发现是XCode的工具Application Loader下ITMSTransporter出错

打开命令行,输入如下命令

 

1 cd ~
2 mv .itmstransporter/ .old_itmstransporter/          备份原文件.itmstransporter/到.old_itmstransporter/
3 rm -rf .itmstransporter/                     删除原有文件夹,不删除的话ITMSTransporter的更新可能会卡住
4 "/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter" 启用iTMSTransporter自动更新程序,不同Mac系统版本ITMSTransporter文件目录可能不同,本文系统是10.13.3

然后等待iTMSTransporter自动更新运行完成即可,如果不能打开iTMSTransporter,就根据这个目录在Finder里找到iTMSTransporter,手动打开


笔者更新了1个小时左右

 

以上是关于iOS上传应用到AppStore出现Authenticating with the iTunes store的主要内容,如果未能解决你的问题,请参考以下文章

上传到 App Store 时 iOS 缺少所需的图标文件

将 iOS 应用上传到 App Store 是不是需要双重身份验证

Xcode - Xcode10上传应用到AppStore

使用 IOS 5 xcode 4 应用程序删除 AppStore 图标上的光泽效果?

iOS 为什么使用xcode8上传app包到appStore无法构建版本

使用请求的方法 validateSoftwareSPIUsage 将应用程序上传到 AppStore 时发生错误