Changes:
- [Fix] Use exact version of the build gradle plugin in the Push module to avoid issues with unstable latest versions.
Updated native SDK versions:
- Android from
2.4.0
to 2.4.1
Changes:
- [Behavior change] Fix a security issue in the way native Android crashes are processed. As a result, the exception stack trace for crashes that occurred in Java code is now the raw Java stack trace and the associated exception message is now
null
.
Updated native SDK versions:
Updated native SDK versions:
- iOS from
2.3.0
to 2.4.0
Changes:
- [Feature] Catch "low memory warning" and provide the API to check if it has happened in last session:
Crashes.hasReceivedMemoryWarningInLastSession()
.
Updated native SDK versions:
Changes:
- [Bugfix]: Removed deprecated framework tags
Updated native SDK versions:
- [Bugfix]: Fixed PushListener not being called from background
- Updated App Center dependencies
- Updated App Center dependencies
- Updated App Center dependencies
- Updated App Center dependencies
- [Feature] Allow setting userId that applies to crashes, handled errors and push logs.
- [iOS][Breaking change] Drop iOS 8 support. If you encounter errors during a build or the plugin installation please ensure your generated Podfile has proper target (i.e.
platform :ios, '9.0'
) - Added declaration (d.ts) files
- Bug fixes
- Updated App Center dependencies
- Updated App Center dependencies
- Updated App Center dependencies
- Updated App Center dependencies
- Updated App Center dependencies
- Updated App Center dependencies (AppCenterPush - firebase dependency reintroduced for Android)
- Updated App Center dependencies
- Added App Center Shared js module to expose common methods
- Added method getInstallId to shared module
- Bug fixes
- Bug fixes
- [Android][Push] fix SENDER_ID type issue #13
Initial release