Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebase update apple-app-site-association

I am implementing dynamic links and everything works well, besides that in my project settings I changed the "Team ID" aka "AppStore App Prefix".

If I visit myproject.page.link/apple-app-site-association it still is giving me the old team ID and I am worrying that could break dynamic links later when the App is being released.

Does it take time to be updated? Or is there a way for me to force a refresh of the values?

Thank you.

like image 739
Janosch Hübner Avatar asked Aug 13 '18 10:08

Janosch Hübner


People also ask

Do firebase dynamic links work on iOS?

With Firebase Dynamic Links, you can direct users to either an IOS or Android app from a page, email, or text. If they don't have the app installed, these links can drive users to the appropriate mobile store listing.

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.

How do I create a dynamic link in firebase?

You create a Dynamic Link either by using the Firebase console, using a REST API, iOS or Android Builder API, or by forming a URL by adding Dynamic Link parameters to a domain specific to your app. These parameters specify the links you want to open, depending on the user's platform and whether your app is installed.

How does firebase dynamic links work?

Dynamic Links are smart URLs that allow you to send existing and potential users to any location within your iOS or Android app. They survive the app install process, so even new users see the content they're looking for when they open the app for the first time. Dynamic Links are no-cost forever, for any scale.


2 Answers

This usually happens when you create the URL prefix before adding all the required information (Team ID, Appstore ID, Support Email). in this case the apple-app-site-association file will remain empty for long time and maybe never updates. to resolve this add all the required information then add a new URL prefix and you will get immediately a correct apple-app-site-association file for the new URL. hope that helps

like image 174
Alaa Eddine Cherbib Avatar answered Nov 30 '22 04:11

Alaa Eddine Cherbib


It is cached, so can take some time. If you're still seeing it after a day, please file a ticket with Firebase support who can route it through to the Dynamic Links team: https://firebase.google.com/support/contact/?category=troubleshooting

like image 33
Ian Barber Avatar answered Nov 30 '22 03:11

Ian Barber