BranchMetrics / phonegap-plugin

PhoneGap/Cordova plugin for Tune
https://developers.tune.com/sdk/phonegap-quick-start/
MIT License
8 stars 16 forks source link

Cordova Deep Link Support #14

Closed hirbod closed 6 years ago

hirbod commented 6 years ago

Hi,

does this Cordova Plugin have support für DeepLinking/Universal Links on iOS and Android? This is the most important feature for us with tracking.

From first look, I couldn't see any listeners from the JS-Side, only native tutorials. @john-gu

hirbod commented 6 years ago

The only thing I've found is https://github.com/TuneOSS/phonegap-plugin/blob/master/www/TunePlugin.js#L34

But I can't find any "registerDeeplinkListener" function. Could you please describe that a little more?

john-gu commented 6 years ago

Hi @Hirbod, that API call appears to have not gotten migrated over when the plugin was updated. I will create a ticket to do so.

hirbod commented 6 years ago

Any ETA?

john-gu commented 6 years ago

We're currently in the middle of a plugin update so I will slot this into the upcoming release. We plan to release within the next week.

john-gu commented 6 years ago

Hi @Hirbod, the 7.0.0 release of the cordova-plugin-tune plugin now contains the registerDeeplinkListener API call.

hirbod commented 6 years ago

Thank you, sadly we couldn’t wait and had to switch over to another solution.