Releases: BranchMetrics/cordova-ionic-phonegap-branch-deep-linking-attribution
Releases · BranchMetrics/cordova-ionic-phonegap-branch-deep-linking-attribution
Cordova 3.2.1
- Fix uses-sdk issue
- Released under the long term support (lts) distribution tag, use
npm install branch-cordova-sdk@lts
to install
Cordova 4.0.0
Update iOS SDK to 0.29.1
Update Android SDK to 4.1.1
Switch to Cocoapods
Switch to Maven
Add Event Alias
Add CPID and LATD methods
Add Amazon Fire ID
Fix foreground linking
Known issues:
iOS command line build fails due a cordova issue, workaround is to build from xcode. SDK-558 apache/cordova-ios#659
Android installation hooks require Android platform to be added before the plugin. SDK-585
CPID and LATD methods do not work on Android. SDK-557
Cordova 3.2.0
Forgot to put the release notes on the 3.2.0 release tag.
Fix Cordova 9 incompatibility.
Fix aar not found on Android builds.
v3.1.6
Upgraded base Branch SDKs to iOS 0.25.11 and Android 3.0.4
v3.1.5
Fix iOS dependency issue.
v3.1.4
v3.1.3
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2018-05-07)
Bug Fixes
- removed DeepLinkHandler for callback (c9c1543)
BREAKING CHANGES
- deep link data must be read from the Branch.initSession().then(data => {}) promise. See https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking#migrating-branch-cordova-sdk-from-v25-to-v30