Search code examples
iosxcodecertificate

How add capability on iOS certificate


when I add capability "Associated Domains" on xcode, get out this error

provisioning profile doesn't include associated domains entitlement

How to solve this?

Thanks


Solution

  • I had run into the same problem. I solved it by enabling Associate domains under capabilities section

    Try following things :

    1. Turn on/off Associated Domains in Xcode capabilities section.
    2. Create provisioning profile again
    3. Go to developer.apple.com and check capabilities under your app id.

    Xcode:

    enter image description here

    developer site

    enter image description here