Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add the Association Domains feature to your App Id?

I'm trying to implement Firebase Dynamic Linking.

  • i have created project on firebase console and provided the required value(prefx and appid).
  • i also have allowed the association domains from developer console and it is sucessfully showing true flag.
  • in xcode i have on the feature of association domain and added the url identifiers etc.

Problem: still the problem i'm facing is that Association Domain Section says Add the Association Domains feature to your App ID. don't know whats the reason why i'm getting this error. The screen shot is also attached for prove. enter image description here

like image 545
Nomi Avatar asked Jan 25 '18 14:01

Nomi


People also ask

How do I add an app Association to apple?

To add the associated domain file to your website, create a file named apple-app-site-association (without an extension). Update the JSON code in the file for the services you support on the domain. For universal links, be sure to list the app identifiers for your domain in the applinks service.

What is an associated domain?

Associated domains establish a secure association between a website and an iOS application allowing us to support features like universal links, shared web credentials with password auto fill or app clips.


1 Answers

i have figured this out by searching for long time.

This is basically not a big issues the error

“Add the associated Domains feature to your App ID”

Will go away once you enable the Associated Domains in your APP ID in developer.apple.com. If it doesn’t go away, quit and relaunch the xcode few times and it will work.

reference: https://medium.com/@abhimuralidharan/universal-links-in-ios-79c4ee038272

like image 61
Nouman Ch Avatar answered Oct 10 '22 06:10

Nouman Ch