Xcode error when uploading to App Store: “No suitable application records were found”

后端 未结 11 1809
北海茫月
北海茫月 2020-11-29 02:56

I\'m using Ionic to build an html app for iOS. I\'ve registered an app on iTunes Connect.

All goes well in Xcode until I upload to the App Store. I get the following

相关标签:
11条回答
  • 2020-11-29 03:12

    I suspect you should not be calling your app "com.ionicframework.app315125". That looks like a leftover name from an example project.

    You need to create a new Bundle Identifier in the Developer portal:

    enter image description here

    Then choose it when you "Create New App" in iTunesConnect:

    enter image description here

    For me, I'd pick com.maniac-games.lowdown.

    0 讨论(0)
  • 2020-11-29 03:12

    I was also facing same issue..I fixed it by creating an app on itunesConnect before uploading app. once you created app on itunesconnect. you should not get this error anymore.

    there should be some authentication and a place to store your build. and if you don't have an app on itunesconnect with same bundle id it will not let you upload your app.

    0 讨论(0)
  • 2020-11-29 03:13

    Set the Same name.this way is success.

    0 讨论(0)
  • 2020-11-29 03:25

    I had the same issue, after a while checking I added my app's details into AppstoreConnect then it was fixed!

    Don't forget that at first you need to define a new bundle identifier and provisioning profile.

    0 讨论(0)
  • 2020-11-29 03:26

    Well what soloved the issue for me was changing the bundleID when the pop up (while validating) comes up to the actual bundleID which was not right at that time but is now fixed and my app is one the way to the Appstore!

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