Apple Store submit fails with Error ITMS-90046, but Associated Domains is not among entitlements

后端 未结 6 1221
失恋的感觉
失恋的感觉 2020-12-30 06:54

When I first built my app & Watchkit app, I had the \"Associated Domains\" capability enabled. I\'ve disabled it in the \"Capabilities\" panel of both the watchkit exten

6条回答
  •  甜味超标
    2020-12-30 07:08

    To fix this issue:

    • log into Apple Deveveloper Center
    • Go to Certificates, Identifiers & Profiles.
    • Go to Identifiers/App IDs.
    • Select your App ID and Edit
    • Uncheck Associated Domains
    • Save

    You will have to regenerate any provisioning files associated with the App ID. For some reason the "Associated Domains" got checked for my app. Deselecting it made the AppStore submission work.

    enter image description here

    enter image description here

提交回复
热议问题