nordnet / cordova-universal-links-plugin

[DEPRECATED] - Cordova plugin to support Universal/Deep Links for iOS/Android.
https://github.com/nordnet/cordova-universal-links-plugin/issues/160
MIT License
349 stars 526 forks source link

universalLinks.subscribe callback never firing - how to debug? #138

Closed GitFr33 closed 6 years ago

GitFr33 commented 6 years ago

I have installed the plugin and it is working on android to the extent that it opens the app when the correct link is clicked, however the callback I'm setting with universalLinks.subscribe() does not run.

I'm not that familiar with the native code or the structure of cordova plugins. Can anyone suggest how to debug this error?

GitFr33 commented 6 years ago

I'm not sure what my problem was but rebuilding the project on a different machine fixed it so it must have been something on my end.