No suitable records were found verify your bundle identifier is correct

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

    Now only I find the Error. I used one capital letter in bundle id. but I have used small letters in xcode's bundle id. now I changed that as like in the app id. and now I successfuly uploaded my app to iTunes Connect. Thanks for your Support.

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

    What did the fix for me is to allow app access to all users:

    1. Go to AppStore Connect
    2. Go to My App
    3. Under Additional Information, click on 'Edit User Access'
    4. Select 'Full Access'
    5. This allowed me to upload the app the first time (via Xcode & Application Loader)

    After the initial upload, i can switch back to 'Limited Access' and upload just fine.

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

    For me, what fixed it was to enter the required details in App Store Connect -> TestFlight -> Test Information.

    Once I'd done that it seemed that Xcode realised there was a new app to allow uploading to and succeeded.

    (Also check your caps in your Bundle ID though.

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

    In my case

    • Checked if same user in itunes and xcode
    • Checked bundle ID is same

    Solution:

    Go to itunes inside the page of my app and inside the first tab "App Information" under the right hand side has a section "Others Information" click on the "edit user permission" and grant xcode user the permission to read the information of the app.

    DONE

    0 讨论(0)
  • 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.

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

    Double check the Bundle OS Type code in your App's info.plist, for me, the only way around this error was to set it to APPL.

    The weird thing is that the error was regarding to my frameworks bundle id, tho changing the above in my app solved it.

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