Skip to content

2.7.2 Release

Compare
Choose a tag to compare
@Nightsd01 Nightsd01 released this 22 May 18:43

• Updates the iOS (2.8.5) and Android (3.9.1) native SDK's to the latest versions

iOS SDK Improvements

  • Fixes a rare concurrency issue with the SDK's HTTP client.
  • This issue would have caused exceptions when GDPR consent was revoked, or in some wrapper SDK's, early in the app lifecycle before the app ID was provided.

Android SDK Improvements

  • Fixed issue with latest Proguard causing FCM and Android Support library report as not found.
  • FCM init error when the Firebase Auth library was added to the project. PR #530
  • Fixed GoogleAPIClient not connected yet errors. Issue #509
  • Android 7.0 Bad Notification: Couldn't expand RemoteViews for: StatusBarNotification
    • Restore on app update disabled to fix issue #263
  • NPE on flushBufferToDisk. Issue #513