当前位置:首页 > 技术心得 > 正文内容

提交到app store时,提示ERROR ITMS-90478 ,ERROR ITMS-90062错误

xjtudll11年前 (2015-10-30)技术心得11650

ios app提交到AppStore时,提示ERROR ITMS-90478 ,ERROR ITMS-90062,如下图所示:

f19cfc1fa5f8afc33d75bd77f850f5b8

看字面意思,应该是我提交的版本比之前上架的版本要低。

但是,之前的版本是V1.03,现在是V1.1.0。好像版本要高,并没有低。

然而,到AppStore构建版本那里查看,发现1.03被识别成了1.3。1.3当然是比1.1.0高了,这就是为什么死活提交不成功的原因。

e2e3a96bb269ad8de6d10020474922f3

扫描二维码推送至手机访问。

版权声明:本文由鸟的天空发布,如需转载请注明出处。

本文链接:http://www.xjtudll.cn/Exp/370/

标签: ios
分享给朋友:

“提交到app store时,提示ERROR ITMS-90478 ,ERROR ITMS-90062错误” 的相关文章

c# textbox的passwordchar清空

//三种都是清空 this.textBox1.PasswordChar = new char(); this.textBox1.PasswordChar = '\0'; this.textBox1.PasswordChar = default(char);...

NSTableview从mutable array获取数据

参考资料: http://stackoverflow.com/questions/3397952/populating-nstableview-from-a-mutable-array 可以使用以下的方法 – numberOfRowsInTableView:...

Android Studio: This version of the rendering library is more recent than your version of Android Studio

Android Studio: This version of the rendering library is more recent than your version of Android Studio

Android Studio预览xml布局时,提示: This version of the rendering library is more recent than your version of Android Studio. Please update Android Studio 如图所示...

浅析电波表——德国DCF码

浅析电波表——德国DCF码

参考文献:   http://en.wikipedia.org/wiki/DCF77 http://www.ptb.de/en/publikationen/news/html/news032/artikel/03207.htm http://www.ptb.de/cms/index.php...

Protel99SE交互布局

Protel99SE交互布局

我们在PCB布局的时候,如果元件比较多,经常要花大量的时间找元件。一直以来在找寻Protel99SE交互布局的办法,后在网上发现大牛wang1jin写的一篇文章,讲述了Protel99SE交互布局的方法,但其描述了过多的无关内容,因此花了一些时间整理出了此文。 何谓交互布局?实际上通俗的讲,交互布...

C# 一些基本的控件代码

c# 怎么用代码设置picturebox的大小,位置 picturebox.Location = new Point(x,y) 位置picturebox.Size = new Size(0,0);大小,Size里面的参数自己设置,前面是宽度,后面是高度 如何用C# 打开和保存BMP文件 操作如下:...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。