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 :
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.
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