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
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!