app在线制作|网站生成app

注册
帮助中心
帮助中心 > 最新资讯

最新资讯

用户帮助

平台帮助

第三方申请

常见上传ipa构造版本错误解析:



1.Authentication failed.           


(专用密码错误,请检查您的专用密码,或者去重新生成https://www.chuxueyun.com/new/content/id-271.html


2.ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle com.shibei.cn [Payload/HBuilder.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."   


(意思是您的mobileprovision文件和您的p12证书是不匹配的,或者您的p12证书是无效的,此问题解决办法,需重新去建立一遍证书和重新生成一遍描述文件mobileprovision也就是这个文件,再去重新打包,即可解决此问题


3.ERROR ITMS-90189: "Redundant Binary Upload. You've already uploaded a build with build number '1090' for version number '1.0.9'. Make sure you increment the build string before you upload your app to App Store Connect. Learn more in Xcode Help (http://help.apple.com/xcode/mac/current/#/devba7f53ad4)."          


(此问题意思是您已经有个1.0.9(1090)版本的ipa已经上传上去了,但是您却还在传同样的版本号的ipa安装包,只需要将1090+1为1091或将1.0.9改为1.1.0也可以,重新打包,即可解决此问题)


4.No suitable application records were found. Verify your bundle identifier 'com.yonyou.youyuncaiclient' is correct.


此问题解决办法为:您需要先在appstoreconnect新建App并且选择包名为com.yonyou.youyuncaiclient的id来建立,建立完成后才能进行上传ipa。


5.ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'HBuilder.app' can't be transparent nor contain an alpha channel."


您的ipa打包的时候选用的图标,含有圆角或者含有透明度,请修改图标为直角,再去重新打包,或者检查您的图标生成的时候,是否含有透明度!


6.ERROR ITMS-90101: "This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information


此问题解决办法:此问题一般在ipa更新的时候会出现,意思就是比如您的1.0.0版本上传的ipa是支持ipad的,但是您这次传的ipa包例如版本为1.1.1,但是这次您没有支持ipad,所以会造成设备不兼容,或报此错误,因此你打包的时候选择支持ipad即可


7.ERROR ITMS-90158: "The following URL schemes found in your app are not in the correct format: [1]. URL schemes need to begin with an alphabetic character, and be comprised of alphanumeric characters, the period, the hyphen or the plus sign only. Please see RFC1738 for more detail."


请检查您的info文件,或者检查您的URL schemes是否合格,URL schemes一般用在第三方调用App上面,请百度搜索URL schemes格


8.The username ************* is not a member of the provider . Contact your team admin for assistance.



请检查您的账号,是否开通了开发者账号权限,一般来说此账号不是开发者账号才会报错此问题!




不断更新中。。。。。