Releases: RodrigoSMarques/flutter_branch_sdk
Releases · RodrigoSMarques/flutter_branch_sdk
Release 3.2.0
- Updated Native
Android
andiOS
SDKs:
**Android Native SDK Update 5.0.9 - Android Version History
**iOS Native SDK Update 1.39.3 - iOS Version History - Added support do Facebook App Install Ads
- Allow to enable and disable Branch Log
- Bug fix #100 NullPointerException when leaving the app
- Bug fix eventSink nulllpointer exception
Release 3.1.0
3.1.0
- Updated Native
iOS
SDKs:
**iOS Native SDK Update 1.39.2 - iOS Version History - Added new method
requestTrackingAuthorization
: In iOS 14+, show tracking authorization dialog and request permission. SendATTrackingManager.AuthorizationStatus
to monitorATT prompt performance
and returnATTrackingManager.AuthorizationStatus
. - Added new method
getTrackingAuthorizationStatus
: ReturnATTrackingManager.AuthorizationStatus
- Added new method
getAdvertisingIdentifier
: Return Device Advertising Identifier
Release 3.0.0
- Initial support to Flutter Web . Thanks @mathatan
Release 2.0.0
- Stable null safety release.
- Updated Native
Android
andiOS
SDKs:
**Android Native SDK Update 5.0.7 - Android Version History
**iOS Native SDK Update 1.39.0 - iOS Version History
Release 2.0.0
Initial support for null safety
Release 2.0.0 - nullsafety 3
- Updated Native
Android
andiOS
SDKs:
**Android Native SDK Update 5.0.5 - Android Version History
**iOS Native SDK Update 1.38.0 - iOS Version History - Fix issue #83 - Android - app crashed when click on back button
- Fix deprecated API usage warning
Release 1.4.0
- Updated Native
Android
andiOS
SDKs:
**Android Native SDK Update 5.0.5 - Android Version History
**iOS Native SDK Update 1.38.0 - iOS Version History - Fix issue #83 - Android - app crashed when click on back button
- Fix deprecated API usage warning
Release 2.0.0 - nullsafety 1
- Android: fixed assertion failures due to reply messages that were sent on the wrong thread.
- iOS: fixed assertion failures due to reply messages that were sent on the wrong thread.
- Fix crash when setting expirationDateInMilliSec on Android
Release 1.3.3
- Fix crash when setting expirationDateInMilliSec on Android: #77
Release 1.3.2
iOS: fixed assertion failures due to reply messages that were sent on the wrong thread.