xcode 新的 iTunes Connect - 没有找到合适的应用程序记录。验证您的捆绑标识符
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/29944999/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
New iTunes Connect - No suitable application records were found. Verify your bundle identifier
提问by c0d3p03t
I have been thru all the posts on this one and nothing seems to help. No matter what changes I make or anything else I do, I am getting this:
我已经浏览了这个帖子的所有帖子,但似乎没有任何帮助。无论我做了什么改变或我做什么,我都会得到这个:
Most of the (old) answers seem to revolve around 'changing the applications status to waiting for upload.' However in the new iTunes connect you cannot change the status manually as far as I can see.
大多数(旧)答案似乎都围绕“将应用程序状态更改为等待上传”。但是,在新的 iTunes 连接中,据我所知,您无法手动更改状态。
Things I have done:
我做过的事情:
- Verified the bundle id is correct.
- Surfed google and stackoverflow until I want to belt out a string of expletives so long that it would likely suck all the air from the current zip code that I am in thereby causing a natural disaster of epic proportions.
- Verified that my provisioning profile contains the bundle id.
- Verified and re-verified that everything seems correct.
- 验证包 ID 是正确的。
- 在 google 和 stackoverflow 上冲浪,直到我想吐出一串咒骂很长时间,以至于它可能会从我所在的当前邮政编码中吸取所有空气,从而导致史诗般的自然灾害。
- 验证我的配置文件包含包 ID。
- 验证并重新验证一切似乎都是正确的。
I am using Xcode 6.3.1.
我正在使用 Xcode 6.3.1。
I know I am missing something somewhere. I have other apps on the appstore, so I am not a complete noob, but this is my first one under the new iTunes connect. I know I am missing something but I am tired of beating my head against this wall, so I was hoping the SO community could help.
我知道我在某处遗漏了一些东西。我在 appstore 上有其他应用程序,所以我不是一个完整的菜鸟,但这是我在新 iTunes 连接下的第一个应用程序。我知道我错过了一些东西,但我厌倦了用头撞墙,所以我希望 SO 社区可以提供帮助。
回答by c0d3p03t
Seems like all I needed to do was to walk away. I hadn't received a response to the question yet, so I decided to refocus on the problem ... solved it within 30 seconds.
似乎我需要做的就是走开。我还没有收到问题的回复,所以我决定重新关注这个问题......在 30 秒内解决了它。
Pros
优点
- I no longer want to punch kittens in the face ;)
- 我不想再打小猫的脸了 ;)
Cons
缺点
- I deserve some flamage.
- 我值得一些火焰。
Answer (for me):
回答(对我来说):
Basically, iTunes Connect (http://itunesconnect.apple.com) is the receiver of your App bundle when you use the Xcode Uploader utility (in Observer). So unless you have an App with the same bundle identifier created in the iTunes Connect web dashboard, you'll never be able to upload a build. Creating an App on the dashboard is easy, follow these steps from the iTunes home screen:
基本上,当您使用 Xcode Uploader 实用程序(在 Observer 中)时,iTunes Connect ( http://itunesconnect.apple.com) 是您的 App 包的接收者。因此,除非您在 iTunes Connect 网络仪表板中创建了具有相同捆绑标识符的应用程序,否则您将永远无法上传构建。在仪表板上创建应用程序很容易,从 iTunes 主屏幕按照以下步骤操作:
- Click the app in question.
- Click More ->
- Then About This App
- Then change the Bundle ID to the one you created in the provisioning portal.
- 单击相关应用程序。
- 点击更多 ->
- 然后关于这个应用程序
- 然后将捆绑 ID 更改为您在供应门户中创建的捆绑 ID。
Hope this helps someone ...
希望这可以帮助某人...
回答by Francisco Carmona
I had same problem. I was logged in with an old user in Application Loader. What I did to solve it was:
我有同样的问题。我在 Application Loader 中与一个老用户一起登录。我为解决它所做的是:
- Create an user in iTunes Connect.
- Login in Application Loader with that user.
- 在 iTunes Connect 中创建一个用户。
- 使用该用户登录 Application Loader。
Then I could upload a new version of my application with any trouble.
然后我可以上传我的应用程序的新版本,有任何问题。
Hope it helps.
希望能帮助到你。
回答by Gabe
Had the same problem.
有同样的问题。
Same message in AppCenter and instead Application Loader was failing with the following error: No suitable application records were found. Verify your bundle identifier 'blah.blah.blah' is correct
AppCenter 中的相同消息,而 Application Loader 失败并显示以下错误: No suitable application records were found. Verify your bundle identifier 'blah.blah.blah' is correct
Solution:
解决方案:
Under Distribute > Stores
there was an error message saying I had to log back in (even though I was already logged in both in AppCenter and appstoreconnect).
下面Distribute > Stores
有一条错误消息说我必须重新登录(即使我已经在 AppCenter 和 appstoreconnect 中登录)。
Clicking on the "Reconnect" button in the same error message and re-logging in (with the same old credentials) solved the problem.
单击同一错误消息中的“重新连接”按钮并重新登录(使用相同的旧凭据)解决了问题。