Xcode Error: “The app ID cannot be registered to your development team.”

前端 未结 14 768
没有蜡笔的小新
没有蜡笔的小新 2021-01-30 12:03

We are porting an Android app to iOS for a client. They have added our account to their iTunes Connect account and created an app entry. We developed the app using the bundle ID

相关标签:
14条回答
  • 2021-01-30 13:03

    If this persists even after clearing provisioning profile and re-downloading them, then it might be due to the bundle ID already registered in Apple's MDM push certificate.

    0 讨论(0)
  • 2021-01-30 13:03

    I was able to get the original bundle identifier to work on my paid team membership account (after having it assigned to my personal team) by revoking the personal team signing certificate that was assigned to the same account id.

    1. On the Apple Developer website sign in with the paid account it, go to Certificates, IDs & Profiles.
    2. Click the personal team certificate.
    3. Click the Revoke button.
    4. Go back to XCode and try signing again. A new certificate will be generated that should work with the bundle id.

    This won't work if you still need the certificate for other apps.

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