上传苹果版本时错误解决办法:No suitable application records were found. Verify your bundle identifier

简介: 经过内测,今天构建了一个客户要求的新应用版本,上传到苹果应用商城。因为之前上传过多次(另外一个应用),觉得肯定会成功。结果……魔鬼定律现身,提示错误:

经过内测,今天构建了一个客户要求的新应用版本,上传到苹果应用商城。因为之前上传过多次(另外一个应用),觉得肯定会成功。结果……魔鬼定律现身,提示错误:


 No suitable application records were found. Verify your bundle identifier


 这是欺负吾读书少?怎么办?赶紧上网查!


 查到的结果都是提示什么plist、app id(bundle id)、发布证书、开发证书等等。吾反复检查了几次,都没问题。怎么办?想了想,老中可能没主意,那么老外有没有办法?于是硬着头皮看英文,看到stackoverflow的一个帖子:


 apple developer account->iTunes Connect->Click on My App->click on plus sign (+)->New App->And fill up the whole info and Choose Your Bundle Id for the app you are uploading now.


 什么意思?就是说,你申请了APP ID之后,上传之前,到苹果开发者账号里,先要新建这个ID对应的应用。这样上传的包才会知道存哪里。


 赶紧一试,解决。


目录
相关文章
|
7月前
|
iOS开发
解决App Installation failed, No code signature found.
解决App Installation failed, No code signature found.
146 0
|
5月前
|
安全 Java API
Eclipse 打开marketplace 报PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
网上有很多解决的帖子,我这里只是记录一下方便自己查阅 主要原因是java本身需要证书 1、按导入安全证书的方法解决
327 0
Eclipse 打开marketplace 报PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
5天前
|
Java 定位技术 Android开发
安装apk显示 requires unavailable shared library com.xxx
安装apk显示 requires unavailable shared library com.xxx
9 0
|
Java
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
904 0
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
|
7月前
|
C++
解决方案-CMake error: error in configuration process, project files may be invalid(Windows&VS可参考)
解决方案-CMake error: error in configuration process, project files may be invalid(Windows&VS可参考)
1067 0
|
7月前
|
开发者
上传苹果版本时错误解决办法:No suitable application records were found. Verify your bundle identifier
上传苹果版本时错误解决办法:No suitable application records were found. Verify your bundle identifier
60 2
|
12月前
|
开发者 iOS开发
Xcode运行报错The operation couldn’t be completed. Unable to launch xxx because it has an invalid code...
Xcode运行报错The operation couldn’t be completed. Unable to launch xxx because it has an invalid code...
665 0
编译mate-control-center:error: required directory ./help does not exist
编译mate-control-center:error: required directory ./help does not exist
82 0
|
数据安全/隐私保护
导入 Walle 时报:ERROR: A problem occurred configuring project ':app'.
导入 Walle 时报:ERROR: A problem occurred configuring project ':app'.
导入 Walle 时报:ERROR: A problem occurred configuring project ':app'.
|
程序员 iOS开发 开发者
iOS开发:程序打包提示Ignoring file XXX missing required architecture arm7 in file XXX错误
前段时间在开发过程中遇到一个iOS打包报错Ignoring file XXX missing required architecture arm7 in file XXX的问题,然后回想了一下问题所在,是因为集成了ijk播放器插件,然后ijk三方库不支持arm7造成的报错。
144 0
iOS开发:程序打包提示Ignoring file XXX missing required architecture arm7 in file XXX错误