How to check if an app is installed from a web-page on an iPhone?

后端 未结 10 969
忘了有多久
忘了有多久 2020-11-22 09:57

I want to create a web-page, a page that will redirect an iPhone to the app-store if the iPhone does not have the application installed, but if the iPhone has the app instal

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-22 10:20

    You can check out this plugin that tries to solve the problem. It is based on the same approach as described by missemisa and Alastair etc, but uses a hidden iframe instead.

    https://github.com/hampusohlsson/browser-deeplink

提交回复
热议问题