How to open the application by clicking on the link that is used in whatsapp or any social application through the phone latch?

1) When I pass the link through the phonegap plugin in whatsapp. When a user clicks on a link. he must check whether a particular application is installed or not. If yes, open this link in the application or open the link in the play store to download the application.

+4
source share
2 answers

The scenario that you describe where the device intercepts an HTTP protocol link http://example.com(as opposed to a custom URL scheme using example://) is called Deep Link on Android and Universal Links on iOS.

This is most easily achieved in the Cordova app for iOS and Android using the cordova-universal-links-plugin - complete information and use on the GitHub plugin.

I do not know about existing plugins that provide equivalent functionality on the Windows platform

+4
source

( iOS9 Android) - http , @DaveAlden...

, , , , -, ...

, , " " URL JavaScript. , , . deeplink.me, branch.io "" ( : ).

+1

Source: https://habr.com/ru/post/1611429/


All Articles