-
Notifications
You must be signed in to change notification settings - Fork 534
Working with the main branch.io plugin #33
Comments
Never tried them together, so can't tell. You are free to experiment :) But I think it is totally possible. UL plugin just prepares your application to work with universal links by executing some hooks on the build phase. Plus, it has some native code to process the links, that you open. Hooks should not conflict, since according to branch.io plugin documentation developer should do this by hand. The only problem can be with the native code. But I think this is solvable. |
ok, I'll experiment and if I need to adjust either plugin's native code, I'll pull request it back :) |
I tried to add both plugins into the project, and then branch.io plugin failed to get the deep link data in callbacks. It turned out that the both plugins tries to override the AppDelegate's application:continueUserActivity method and caused the conflict. I'm not sure how to solve this issue. |
As a workaround you can mix implementation from both plugins.
As a result, branch's AppDelegate will call both UL plugin and his own implementation. |
👋 Hi! Thank you for your interest in this repo. 😢 We are not using nordnet/cordova-universal-links-plugin anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork. 🔒 This will now be closed & locked. ℹ️ Please see #160 for more information. |
Will this plugin work nicely with the main branch.io cordova plugin, or will I need to do some work to get them to work together or does one include the features of the other?
https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK
The text was updated successfully, but these errors were encountered: