iOS开发上传App Store时候一直卡在 Authenticating with the iTunes Store 的解决办法 2017-05-04 10:33

参考:http://blog.csdn.net/whjay520/article/details/71158757?utm_source=itdadao&utm_medium=referral

iOS开发上传App Store时候一直卡在 Authenticating with the iTunes Store 的解决办法

2017-05-04 10:33 359人阅读 评论(2) 收藏 举报 分类: swift(29) iOS相关(46) 版权声明:本文为博主原创文章,未经博主允许不得转载。

前言 这几天在上传APP的时候不管怎么样上传都TN的不成功,4G、VPN、WIFI统统的死啦死啦的;项目需要及时上线,翻阅了Stack,终于有找到解决方法;

下面命令行按步骤来

1.cd ~

2.mv .itmstransporter/ .old_itmstransporter/

3."/Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/itms/bin/iTMSTransporter"

////另外的网上办法:

可以肯定是网络原因,因为不知道怎么买VPN(你懂的),只能修改MAC的DNS再进行提交,提交后响应速度明显加快,起码显示错误的速度也快,而不是无止尽等待,别死磕,太久没反应,关掉重试。

以下是果粉们总结罗列出的有效DNS,大家可以根据自行需求进行更换。

  OpenDNS: 208.67.222.222和208.67.220.220【推荐】

  GoogleDNS: 8.8.8.8和8.8.4.4

  NortonDNS: 198.153.192.1和198.153.194.1

  comodoDNS:156.154.70.221和56.154.71.22

上述好些DNS失效了,追加几个:
8.26.56.26 
8.20.247.20

时间: 2024-10-10 08:06:10

iOS开发上传App Store时候一直卡在 Authenticating with the iTunes Store 的解决办法 2017-05-04 10:33的相关文章

Xcode 7提示App Transport Security has blocked a cleartext HTTP (http://) resource load的解决办法

Xcode 7提示App Transport Security has blocked a cleartext HTTP (http://) resource load的解决办法 今天使用Xcode 7打开用Xcode 6开发的网络请求项目,Xcode 7 控制台提示如下: App TransportSecurity has blocked a cleartext HTTP (http://) resource load since it isinsecure. Temporary except

Android App 启动页(Splash)黑/白闪屏现象产生原因与解决办法(转)

转载: Android App 启动页(Splash)黑/白闪屏现象产生原因与解决办法   首先感谢博主分享,本文作为学习记录 惊鸿一瞥 微信的启动页,相信大家都不陌生. 不知道大家有没有发现一个现象,微信每次启动的时候,是直接进入这个启动页面. 我的意思是,很多应用,往往会先白屏停顿一下后再进入启动页面(Splash).为了印证这一点,我把手机上所有的App都点了一遍.选几个例子 如下图: 微信:  斗鱼:  斗鱼和微信是直接进入了,他们的Splash页面. 知乎:  B站:  知乎和B站要先

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/

本地Git仓库和远程仓库的创建和关联及github上传(git push)时出现error: src refspec master does not match any解决办法

github上传项目方法: 在你的电脑上装好git Git Bash Here 本地Git仓库和远程仓库的创建及关联大致流程是: 1.初始化这个本地的文件夹为一个Git可以管理的仓库 git init 注意:Git会自动为我们创建唯一一个master分支我们能够发现在当前目录下多了一个.git的目录,这个目录是Git来跟踪管理版本库的,千万不要手动修改这个目录里面的文件,不然改乱了,就把Git仓库给破坏了. 2.将本地的仓库和远程的仓库进行关联 git remote add origin [em

Thinkphp 在windows运行正常,上传至Linux服务器器,出现视图不催在错误的解决办法

出现时图不存在: 肯可能是因为  是,视图模板文件的大小写问题: 例如在控制器内写的展示视图文件为 小驼峰命名: goodsList  ; 则在视图文件命名是,尽量保持一致: class GoodsController extenfs Controller{ public function goodsList()   { $this->display();   } } View/Goods/goodsList.html

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

反正我是解决了好久,最后在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 hea

无法完成你的itunes store 请求发生未知错误50

装上itunes登陆itunes store时遂发现"无法完成您的itunes store的请求,发生未知错误(-50)"跃入眼帘,卸载重装数次还是不见效果,难道是WIN7和itunes貌合神离?心有不甘,遂上网查询.为使遇到同样问题的朋友少走弯路,遂将方法心得转载如下,希望对大家有所帮助: 方法一:貌似是被提到得最多的,转自freshertouch 童鞋.1. 关掉itunes.2. 找到 C:\Users\Administrator\AppData\Local\Apple Comp

springboot 数据库出现 Consider defining a bean of type 'com.jc.wechat.app.dao.ClientRepository' in your configuration. 解决办法

错误日志完整: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2020-01-02 12:50:10.767 ERROR 8624 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : ***************************APPLICATION FA

ios开发 上传到App Store 时出错. iTunes Store Operation Failed, An Error occurred uploading to the iTunes store.

ios开发 上传到App Store 时出错. iTunes Store Operation Failed,    An Error occurred uploading to the iTunes store. 的解决方法,网上找了很多. 如下(当然没有解决我的问题,可以一试): 今天在提交app的时候,最后一步报错, An error occurred uploading to the iTunes Store! 后来上网查了查资料,在这里整理一下: 第一: 有可能是中文编码的问题,需要把编