An App ID with Identifier 'com.example.app.extention' is not available. Please enter a different string

前端 未结 15 771
一整个雨季
一整个雨季 2020-12-05 10:00

I have tried to add extensions to my iOS app, both a today extension and an Apple Watch app. My app has been completed however when submitting my archive I got the error bas

15条回答
  •  北海茫月
    2020-12-05 10:33

    I found the solution from Apple developer forums.

    Apple has just updated their Dev Center CGU. It seems that the app extension bundleId is stricter.

    if your app bundleId format is : com.my.app

    your app extension bundleId now have to be : com.my.app.XXX

    Creating new appID and provisioning profile fix the issue.

    Check this link https://forums.developer.apple.com/thread/15712

提交回复
热议问题