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

后端 未结 11 1808
北海茫月
北海茫月 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:00

    Maybe you need to review this document.

    In other words:

    1. You must go to developer.apple.com and create a provisioning profile and bundle id.
    2. Assign devices to provisioning
    3. Then ... enter itunesconnect and create app and assign your bundle id.
    4. Enter to Xcode and reload provisioning files.
    5. Enter to Targets files and select provisioning.
    6. Product -> Archive and go on :)
    0 讨论(0)
  • 2020-11-29 03:02

    For those who are seeing this answer after June 2020, I'm running XCode 11, and I got this error because I forgot to make an app in App Store Connect:

    https://appstoreconnect.apple.com/

    If you have XCode 11, under "Signing & Capabilities" -> "Automatically manage signing", it'll solve 90% of the problem for you, but the other 10% is just logging into your developer account, going to App Store Connect -> Apps -> (Blue "+" icon), then select a Bundle ID that matches your Bundle Identifier back in XCode.

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

    You need to create a new Bundle Identifier in the Developer portal(https://developer.apple.com) like create your app in myapps with same Bundle Identifier

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

    For me the problem was that the user used for uploading was set to Limited Access instead of Full Access. Fixed that via App Information > Additional Information > Edit User Access. Took me several hours to track down! It would of course have been helpful to get a slightly more detailed error message.

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

    For the ones who get this error on an app which was sumbitable previously, please log in to iTunesConnect / AppStoreConnect and accept the latest Terms of Services or whatever legal message you have to approve.

    Note that if you are working with an external publisher you need someone whose account has the highest permission to have the message appearing.

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

    I received the same error on multiple attempts.

    Follow below step:
    1) Create AppID inside developer site Identifiers -> IDS.
    2) Create Provisioning Profiles Certificate Provisioning Profiles - > Distribution.
    3) Create App inside iTunes and Give name of app, select Bundle identifier of app and just click on Create app.
    4) Inside xcode select Product -> Archive wait few minute then open Organizer(Windows -> Organizer) and show app in Organizer, Click on Upload to App store
    5) Successfully you have upload app in app store.

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