I have an app made by an app developer with the following code in the app.
I do have the app source code if needed.
What to I need to do with the app or which code do I need to add to my website to open the app whenever the user visits my website automatically?
CodePudding user response:
First you have to create URL prefixes from Firebase Console
example
exampleapp.page.link
this is your link look like this
https://exampleapp.page.link/?link=https://www.exampleapp.com/&apn=com.example.android&ibn=com.example.ios
just replace these according to your app
https://**youfirebaseprefix**.page.link/?link=https://www.**youfirebaseprefix**.com/&apn=**you app package id**&ibn=com.example.ios
the resulting link is the final link you can use this on your website to open or download your app
CodePudding user response:
Follow this documentation enter link description here