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

后端 未结 6 1222
失恋的感觉
失恋的感觉 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:16

    I think this is a bug.

    I managed a workaround by simply inserting a new Array item in the Entitlements.plist of both the companion app and the Watchkit extension: "com.developer.apple.associated-domains" and a valid domain for the webcredentials: string. While this will have no practical effect as neither my provisioning files nor the Capabilities tab of the app or extension are enabled for associated domains, it stopped whatever code scanner at itunesconnect was tripping over an invalid value of "*" for the non-existent key.

    Screenshot of Entitlements.plist

提交回复
热议问题