cordova-ionic-phonegap-branch-deep-linking-attribution icon indicating copy to clipboard operation
cordova-ionic-phonegap-branch-deep-linking-attribution copied to clipboard

The Branch Cordova Ionic Phonegap SDK for deep linking and attribution. Branch helps mobile apps grow with deep links / deeplinks that power paid acquisition and re-engagement campaigns, referral prog...

Results 64 cordova-ionic-phonegap-branch-deep-linking-attribution issues
Sort by recently updated
recently updated
newest added

Hello there, I faced a lot of problems trying to make this plugin's `v5.1.0` working on both iOS and Android. My environment info : ``` Cordova: 10.0.0 cordova-android: 10.1.1 cordova-ios:...

How can I get "campaign name" from traffic source? ``` Branch.initSession().then(function(data) { var campaign_name = ??? }); ``` Can anybody help me?

Hello, I wonder why you mention in your [docs](https://help.branch.io/developers-hub/docs/cordova-phonegap-ionic#initialize-branch) a way how to inject Branch through `window` object: `const Branch = window['Branch'];` and not the regular way by initializing it...

Android Prefix is used to whitelist paths for Android deeplinking. Limiting it to 3-4 alphanumeric characters is purely for `bnc.it` as mentioned in the docs. There should be no reason...

Currently `android-prefix` is purely for use with bnc.lt, since its validations severely limit what can be put there. (3-4 char alphanumeric paths only) I want to be able to specify...

I'm trying to: cordova run android Project succesfully BUILT, but when I launch my app on real device it crashes immediately and on the Android Studio I can see the...

I have an issue with using the sendCommerceEvent-Method of the module. As soon as I'm calling the method my ios app is crashing with the following error: I am calling...

I understand there were code changes required for iOS 15 support. Will this plugin be updated accordingly?

I was able to get Apple Search Ads to be tracked on Branch.io with the latest releases, but it seems like the Campaign and Keyword attribution for custom events still...