Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
109 stars 139 forks source link

iOs Universal Links not working #248

Closed lpender closed 7 years ago

lpender commented 7 years ago

When I tap a link to my app (i.e. http://beta.flareis.cool/test) in i.e. Google Inbox, it opens the link directly in the app,

This is due to my integration with:

https://github.com/nordnet/cordova-universal-links-plugin

However, tapping pushwoosh notifications opens the app, which opens the link in a safari browser.

Using 6.4.0

Thanks!

wfhm commented 7 years ago

Hi,

This is actually an expected behaviour of cordova-universal-links-plugin;

If you want to achieve a different behaviour you might want to use Deep Linking functionality.

Below you can find a Cordova plugin used for handling deep links:

https://github.com/EddyVerbruggen/Custom-URL-scheme