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 530 forks source link

universalLinks.subscribe callback is not called when the app is reactivated using a universal link #45

Closed Chun-Yang closed 8 years ago

Chun-Yang commented 8 years ago

Environment

xcode + iphone 6

How to repeat the error

  1. start the app
  2. navigate to SMS app
  3. click a link in the SMS app (the app open since it is a universal link)
  4. no call back is called

    Additional info

I tried to set a break on handleUserActivity, but it is not hit. screen shot 2016-02-24 at 2 40 11 pm

Thank you in advance!

Chun-Yang commented 8 years ago

It seems there is a conflict between this plugin and https://github.com/BranchMetrics/Smart-App-Banner-Deep-Linking-Web-SDK. Once I remove the other plugin, the universal link works.