- v5.3.0
- Master Release - Mar 3, 2023
- New feature for plugin SDK developers to defer native Branch Android SDK until plugin notifies when ready
- To enable, enter this key value pair in your
branch.json
file inside of your/src/main/assets/
"deferInitForPluginRuntime": true
- This feature is opt in only for now.
- Requires plugin SDK to implement notification to native modules.
- To enable, enter this key value pair in your
- Fixes
enableLogging
feature if set inbranch.json
"enableLogging": true