No suitable records were found verify your bundle identifier is correct

后端 未结 30 2377
生来不讨喜
生来不讨喜 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

    iTunes Connect || App Store Connect (website):

    In your browser, go to iTunes connect/ App Store Connect.

    1. Add your New App / edit your existing app.
    2. Go to App information.
    3. Check the Bundle ID name.
    4. If there is no bundle ID, make sure you create one.
    5. I used the WildCard bundle ID. That means, your complete bundle ID is likely to be com.organizationName.* and the suffix (exampleApp). Xcode:
    6. Go to your Workspace / Project.
    7. Go to your project.
    8. Select the General Tab.

    Ensure the Bundle Identifier is the name you set in iTunes Connect.

    For example: com.orgnanizationName.appName

    It seems you have to start the App Store submission process in iTunesConnect.

提交回复
热议问题