2

I want to show a banner that links to a related native app from mobile web, and link to the app store/play store if the app is not installed. I would like to show different UI (download/open app) depending on if the app is installed

I know safari has the smart-app-banner, but this banner is not very configurable.

Chrome has a method getInstalledRelatedApps() that can be used to detect a related native app from mobile web.

Is there an equivalent way to detect a native app from safari?

Mark Li
  • 21
  • 1
  • 2

1 Answers1

0

No, for now there is no particular way to know if the native app is installed on your device or not.

You can check some solutions here How to check if an app is installed from a web-page on an iPhone?

Tiko
  • 851
  • 8
  • 15