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

后端 未结 11 1973
北海茫月
北海茫月 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.

提交回复
热议问题