How to register Associated Domains with Xcode 11?

Viewed 8451

I've been trying to add Associated Domains capability to my App but can't find it using Xcode 11. Has this feature disabled upon version 11? enter image description here

3 Answers

The problem was with my Developer Account, it wasn't fully approved by Apple. So, as soon it was approved, Associate Domains (and also Notifications) appeared in my Capabilities list. Don't know why they would limit development due to account status but they did.

If you don't have a paid Apple developer account, remove "✓" from Automatically manage signing. Then "Associated domain" will be available.

worked for me in Xcode 12 !

enter image description here

  1. In xcode go to Editor > Add capability

Add capability

  1. Just double click on "associated" domains in the window that opens

enter image description here

  1. Add your domain

enter image description here

Related