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的应用,或者另外一个品牌




相关文章
|
8月前
记录一次svn提交限制提交日志 中文冲突
记录一次svn提交限制提交日志 中文冲突
60 0
|
Swift iOS开发
解决TestFlight提交时出现的ITMS-90426错误问题
解决TestFlight提交时出现的ITMS-90426错误问题
|
开发工具 git
Git commit操作之后找不到提交记录
Git commit操作之后找不到提交记录
|
5月前
|
开发工具 数据安全/隐私保护 git
Git使用经验总结3-删除远端提交记录
Git使用经验总结3-删除远端提交记录
458 0
|
8月前
https://www.fcomcn.com提交七天还在审核中
阿里云备案工作人员服务态度不错,但 https://www.fcomcn.com 提交七天还在审核中,请问几天能下来结果,谢谢。
71 0
|
8月前
|
缓存 安全 程序员
公司敏感数据被上传Github,吓得我赶紧改提交记录
公司敏感数据被上传Github,吓得我赶紧改提交记录
|
移动开发 安全 JavaScript
上传ipa到appstore的步骤说明
我们平时在开发原生的ios app的时候,有苹果电脑在手,上传ipa文件到苹果开发者中心比较简单,直接在xcode上就可以实现了。
|
数据安全/隐私保护 开发者 iOS开发
上传ipa到appstore最简单的方法
假如你是用xcode做原生开发,用xcode上传即可。可是假如我们使用uniapp框架开发或使用hbuilderx的mui开发,打包成ipa后,需要mac电脑才能将ipa上传到app store,而我们大多数人都是使用windows开发,那么有没有办法使用windows电脑上传ipa到app store呢?答案是肯定可以的。
347 0
上传ipa到appstore最简单的方法
|
数据安全/隐私保护 开发者 iOS开发
2023最新上传ipa到appstore的步骤说明
在2023年这个时间里,使用uniapp开发app的人已经非常多,uniapp可以打包多端应用,包括打包ios应用,打包的IOS文件是ipa后缀的文件。 这个文件我们无法直接在苹果开发者中心上传,它需要使用mac安装一些工具,比如xcode才能上传,这个门槛让windows电脑的开发者望而却步,这里我介绍如何不用mac电脑也能上传的方法。
433 0
2023最新上传ipa到appstore的步骤说明
|
安全 Linux 数据安全/隐私保护
2022最新上传ipa到appstore的步骤说明
最近有人提出问题,说IOS7怎么在APP store中下载软件,好多软件都提示需要ios8及以上才可以下载,而App Store里下载又不会提供给你旧版本,难倒ios7就必须升级才能下载吗?对此本人在网上查了好多资料也做了好多测试,大多数说的都是升级系统(这纯属废话,要是升级系统还用问你啊),终于皇天不负有心人,经过多次测试,我找到了一个解决办法,其实真的是非常简单,废话也不多说了,方法就是,把你的AppleId的用户名及密码让你的亲朋好友用他的苹果手机或者iPad登录(当然他的设备必须是高版本的)后先下载到他的设备上,这样你的AppleId就会记录下你的购买记录,接下来你就可以拿自己的低版本
2022最新上传ipa到appstore的步骤说明