flutter_branch_sdk
flutter_branch_sdk copied to clipboard
Flutter Plugin for create deep link using Branch Metrics SDK. This plugin provides a cross-platform (iOS, Android, Web).
``` ``` This my AndroidManifest.xml file, while initializing this branch.io I am receiving this error. Error : **InitSession error: -111 - Trouble initializing Branch. Request to Branch server timed out....
Would it be possible to integrate the ability to switch between live and test branch keys? We would like to enable for our qa to test both prod and debug...
**Describe the bug** When **To Reproduce** Steps to reproduce the behavior: 1. Call await FlutterBranchSdk.getLastAttributedTouchData(); in code: ``BranchResponse response = await FlutterBranchSdk.getLastAttributedTouchData(attributionWindow: 20); if (response.success) { controllerData.sink.add(response.result.toString()); showSnackBar(message: 'Last Attributed...
When clicking on the link and being the first installation of IOS the plugin does not work. In the link below there is the same problem, but it was closed...
**Describe the bug** The plugin will get ANDROID_ID before Privacy Agreement dialog show,and will be reject by app store like huawei ,xiaomi **To Reproduce** at io.branch.referral.SystemObserver$UniqueId.(SystemObserver.java:558) E/PrivacyMethodHookProvider(22105): at io.branch.referral.SystemObserver.getUniqueID(SystemObserver.java:70) E/PrivacyMethodHookProvider(22105):...
**Describe the bug** Android app is not getting correct deeplink from Branch when app is already opened. If I try to open multiple deeplinks Branch sending random deeplinks. This issue...
**Describe the bug** on iOS (android is fine), Branch SDK is returning the following error after call `await FlutterBranchSdk.init()`. `PlatformException(1003, The network request was invalid., null, null)` **To Reproduce** Steps...
I am seeing some instances of that error in production using `7.02`, which are probably perfectly normal. On other SDKs, I use to retry those network errors are they are...
**Which problem is this feature request solving?** I'd like to, at the very least, create links using MacOS. Even better if I can react to them too. Is it possible...