No suitable records were found verify your bundle

2019-01-13 02:11发布

I have created a app in iTunesConnect and it has been in the "prepare for submission" state for more than 3 days. When I try to archive my app, and submit it to the app store it, displays this message:

No suitable records were found. verify your bundle identifier is correct

22条回答
我命由我不由天
2楼-- · 2019-01-13 02:40

In my case

  • Checked if same user in itunes and xcode
  • Checked bundle ID is same

Solution:

Go to itunes inside the page of my app and inside the first tab "App Information" under the right hand side has a section "Others Information" click on the "edit user permission" and grant xcode user the permission to read the information of the app.

DONE

查看更多
我只想做你的唯一
3楼-- · 2019-01-13 02:41

For me : Just tried uploading using Application Loader and it worked

查看更多
淡お忘
4楼-- · 2019-01-13 02:41

Now only I find the Error. I used one capital letter in bundle id. but I have used small letters in xcode's bundle id. now I changed that as like in the app id. and now I successfuly uploaded my app to iTunes Connect. Thanks for your Support.

查看更多
三岁会撩人
5楼-- · 2019-01-13 02:42

In my case I got it worked with opening the Application Loader inside the XCode.

Steps : XCode -> Open Developer tool -> Application Loader

When I opened it with Launchpad it failed to identify the correct account for the app. Therefore, it asked me to create an account.

With XCode , Application Loader could list down the accounts I'm entitled for. You have to select the correct account from the drop down.

查看更多
别忘想泡老子
6楼-- · 2019-01-13 02:44

iMessage Extension: For everyone that is fighting with this problem with an messages extension (or any other extension) make sure you enter in "App Store Connect" -> "General Information" -> the Bundle-ID of the application target and not the extension target. We fought 2 days to find this out.

查看更多
Ridiculous、
7楼-- · 2019-01-13 02:44

Make sure you follow these steps in order:

  1. Generate the App ID at https://developer.apple.com/account/ios/identifier/bundle

  2. Generate your app from iTunes Connect selecting the Bundle ID created in step one

  3. Upload the IPA from Application Loader or XCode

查看更多
登录 后发表回答