IPA提交APPStore问题记录(一)

简介: 1、ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': '152.

1、ERROR ITMS-90032: "Invalid Image Path - No image found at the path referenced under key 'CFBundleIconFiles': '152.png'"

>在上传IPA、验证资源文件的时候,找不到152.png的icon图标

>重新Add File 到工程



2、ERROR ITMS-90186: "Invalid Pre-Release Train. The train version '1.0.1' is closed for new build submissions"

>已经提交过1.0.1相同版本的build了,不能重复build号



3、ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [1.0.1] in the Info.plist file must contain a higher version than that of the previously approved version [1.0.1]."

>当前提交的版本号低于在线版本,需要升级版本号。


4、协议、税务和银行业务

  Once an app transfer has been requested, the recipient's Team Agent has

 60 days from the day initiated to accept the request. Contracts that have

 not been accepted within 60 days will be canceled. App transfers can take

 up to two business days to complete, depending on an export compliance 

review.

 >由于APP是从个人号转让到公司号的,所以得签署同意Transfer Agreements


5、证书、签名

>APP从个人号转让到公司号需要重新生成签名文件


6、APP审核时间缩短为1-2天后,排队时间大概为2-3天,共计3-5,所以得提前一周准备发版工作。


7、真机运行 CodeSign error: code signing is required for product type 'Application' in SDK 'iOS '

>代码签名不对,应该用开发者证书

>选择工程->Build Settings -> Code Signing -> Code Signing Identity -> Debug -> 

Any ios SDK 将选项改为:iPhone Developer 


8、This action could not be completed.Try again.(-22421)

>重新提交上传即可


9、侵权、欺诈

>

1.1.6 - False information and features
Safety - 1.1.6


Your app or its metadata still contains misleading content. Specifically, 

your app's marketing description features speculative information about Apple products.


Next Steps

Please remove any content or feature that provides unconfirmed and 

inaccurate information about Apple products from your app. 


>包含虚假,欺诈或误导性陈述的程序将会被拒绝。让用户误以为你的

应用是另外一个已经在appstore的应用,或者另外一个品牌




相关文章
|
Web App开发 JavaScript Android开发
iOS SFSafariViewController 获取 Cookies
iOS SFSafariViewController 获取 Cookies
338 0
|
运维 安全 数据挖掘
【数据挖掘】离群点概念、类型、检测的挑战概述(图文解释 超详细)
【数据挖掘】离群点概念、类型、检测的挑战概述(图文解释 超详细)
1031 0
|
Web App开发 JavaScript iOS开发
Xcode9用Safari调试模拟器JS代码显示“无可检查的应用程序”的原因
Xcode9用Safari调试模拟器JS代码显示“无可检查的应用程序”的原因
1330 0
|
Swift iOS开发 Perl
如何解决Swift混编的module编译错误
前言很多iOS工程都是基于Object-C开发,再逐步向Swift演进,演进过程中不可避免要进行Swift混编。Swift模块需要支持LLVM Module规范,混编工程会遇到各种Module编译错误。这对于不熟悉的同学来说简直是灾难,严重影响开发效率。本文会介绍常见的Module编译错误,希望对大家有所帮助。常见错误1:Could not build module xxx当一个OC模块引用了Sw
7613 1
如何解决Swift混编的module编译错误
|
JSON API 数据格式
Uniapp~动态修改 请求头的content-type 的值
Uniapp~动态修改 请求头的content-type 的值
1621 0
Uniapp~动态修改 请求头的content-type 的值
Flutter-解决Try catch出现异常:type ‘_TypeError‘ is not a subtype of type ‘Exception‘ in type cast
Flutter-解决Try catch出现异常:type ‘_TypeError‘ is not a subtype of type ‘Exception‘ in type cast
329 1
|
iOS开发 开发者
【Xcode】解决Unable to process request - PLA Update available
【Xcode】解决Unable to process request - PLA Update available
1197 0
|
存储 定位技术 iOS开发
XCode8升级到Xcode9(操作系统为iOS11)后原来的工程中遇到的问题
XCode8升级到Xcode9(操作系统为iOS11)后原来的工程中遇到的问题
280 23
|
10月前
|
存储 NoSQL Linux
linux之core文件如何查看和调试
通过设置和生成 core 文件,可以在程序崩溃时获取详细的调试信息。结合 GDB 等调试工具,可以深入分析 core 文件,找到程序崩溃的具体原因,并进行相应的修复。掌握这些调试技巧,对于提高程序的稳定性和可靠性具有重要意义。
4627 6
|
Arthas 消息中间件 监控
记一次SSL握手导致业务线程阻塞的案例分析
记一次SSL握手导致业务线程阻塞的案例分析
426 0