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

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

    If you want to use associated-domains, make sure each entry in Entitlements.plist > com.developer.apple.associated-domains uses the following format:

    :[:port number]
    

    eg.

    webcredentials:www.example.com
    applinks:www.example.com
    activitycontinuation:www.example.com
    

    Keep in mind [:port number] is optional, but and are required!

提交回复
热议问题