1
votes

In my iOS app, I have used the Firebase dynamic links to share some of the contents with others. It's simply a custom domain URL with the content ID appended. With this Firebase dynamic URL's, I have successfully implemented to do this task-"When user tap and opens in the mobile phone if the app installed in the phone it will open directly from the app with relevant contents"

But I want to do the following tasks :

  1. If the app has not installed in the mobile, and if the user opens the URL then show a small web page in the default web browser with the app download link which user can click and download which will direct the user to the app store app. This needs to only happen on the mobile.

  2. We have a web app for the mobile app so in case if the user opens the URL shared in the Desktop or Laptop I need them to redirect to the relevant content web page.

Hope kind support on this... Thanks

1

1 Answers

-1
votes

You can do these settings when creating a new dynamic link:

enter image description here

Just make sure you "Skip the app preview page" is not selected, this way the user will have a web page with a download button to take them to the app store.

enter image description here