1

I follow this article and try to make ios APP can use dynamic link redirect to my team's APP. Document link: https://firebase.google.com/docs/dynamic-links/flutter/receive

But I stuck on this step: On the Apple Developer site, create a provisioning profile for your app with the Associated Domain capability enabled.

enter image description here

In apple developer site, I click "Profiles" -> "match Development com.lightyearlabs.mamahealth"

enter image description here

Then, I click "Edit"

enter image description here

I found the "Enabled Capabilities" is grey and I can't edit it.

I want do this: On the Apple Developer site, create a provisioning profile for your app with the Associated Domain capability enabled.

Kody Liou
  • 113
  • 2
  • 12

1 Answers1

6

Check the attached image, select your app bundle id then in Capabilities section, enable Associated Domains

enter image description here

son
  • 1,058
  • 6
  • 7