No suitable records were found verify your bundle identifier is correct

后端 未结 30 2321
生来不讨喜
生来不讨喜 2020-12-04 08:34

I have created an app in App Store Connect 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 a

相关标签:
30条回答
  • 2020-12-04 09:29

    I've changed the Version number but forgot to change the Build version. Changing the Build version resolved the issue. Such a silly mistake. Smh...

    0 讨论(0)
  • 2020-12-04 09:29

    After few days I realize that, I've set Bundle ID wrong.

    Here is how I correct,

    Go App Store Connect > Your App > App Information > General Information

    Select the Bundle ID you create and assign at xcode before.

    Now you can Upload without error.

    0 讨论(0)
  • 2020-12-04 09:29

    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.

    0 讨论(0)
  • 2020-12-04 09:29

    In my case I was using a different account, I created an app on Itunes but selected different account on Xcode. So just Selected the right account on Xcode and it worked for me.

    0 讨论(0)
  • 2020-12-04 09:30

    If after you confirm your Bundle ID's match across App Store Connect, Apple Developer Portal, and Xcode and you are still having issues try this:

    Remove the Apple ID associated with the Bundle ID you're experiencing issues with from your Accounts list in Xcode (Menu Bar -> Xcode -> Preferences -> Accounts). Then, add the Apple ID back to the Accounts list in Xcode.

    0 讨论(0)
  • 2020-12-04 09:31

    I have to manually sign the app. Created new certificate and new profile. Set code signing to Manual. Only then i was able to upload. Moreover select Manual sign in from organizer while uploading build.

    0 讨论(0)
提交回复
热议问题