diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f89ac9..6dae4460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,16 @@ ## 7.0.0 ### BREAKING CHANGE -Call the `FlutterBranchSdk.init` method to initialize the SDK. -Initialization must be called from `main` or at any time, for example after getting consent for GPDR. +1. Call the `FlutterBranchSdk.init()` method to initialize the SDK. -The `init` method has optional parameters that allow you: + Initialization must be called from `main` or at any time, for example after getting consent for GPDR. -- change from test to live mode -- enable logging -- disable tracking to comply with GDPR. + The `init` method has optional parameters that allow you: + - change from test to live mode + - enable logging + - disable tracking to comply with GDPR. + +2.`initSession` deprecated. Use `listSession` ### Enhancement * Updated compile & target SDK to Android API 33. diff --git a/README.md b/README.md index ae350004..4f374d74 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ Follow the steps on the page [https://help.branch.io/developers-hub/docs/android * Add Branch to your `AndroidManifest.xml` +-- + ### iOS Integration Follow the steps on the page [https://help.branch.io/developers-hub/docs/ios-basic-integration#configure-bundle-identifier](https://help.branch.io/developers-hub/docs/ios-basic-integration#configure-bundle-identifier), from session ```Configure bundle identifier```: @@ -54,6 +56,15 @@ Follow the steps on the page [https://help.branch.io/developers-hub/docs/ios-bas * Configure associated domains * Configure Info.plist +#### NativeLink™ Deferred Deep Linking +Use iOS pasteboard to enable deferred deep linking via Branch NativeLink™, which enables 100% matching on iOS through Installs. + +Follow the steps on the [page](https://help.branch.io/developers-hub/docs/ios-advanced-features#nativelink-deferred-deep-linking), session _**NativeLink™ Deferred Deep Linking**_, + +Note: Code implementation in Swift is not necessary. The plugin already implements the code, requiring only configuration on the Dashboard. + +-- + ### Web Integration You need add Branch Javascript in your `web\index.html` at the top of your `
` tag, to be able to use this package. @@ -64,7 +75,7 @@ You need add Branch Javascript in your `web\index.html` at the top of your `