Skip to content

1.10.0

Compare
Choose a tag to compare
@v-momoin v-momoin released this 21 Nov 23:16
· 1397 commits to master since this release
e525c6f

Version 1.10.0

AppCenter

  • [Android] Fix lint issue on modern projects using latest react-native versions #451.
  • [iOS] Fix an issue where concurrent modification of custom properties was not thread safe.
  • [iOS] Validating and discarding Not a Number (NaN) and infinite double values for custom properties.
  • [iOS] Use standard SQL syntax to avoid affecting users with custom SQLite libraries.
  • [iOS] Get database page size dynamically to support custom values.

AppCenterCrashes

  • [Android] Fix a bug which prevents attachments from being sent if file name is not specified.
  • [Android] Fix Preventing stack overflow crash while reading a huge throwable file.

AppCenterPush

  • [Android] Use latest Firebase version #365.
  • [iOS] Fix push:didReceivePushNotification: callback not triggered on notification tapped or received in foreground when a UNUserNotificationCenterDelegate is set. If you have implemented this delegate please remove any call to the MSPush#didReceiveRemoteNotification: method as it's now handled by the new User Notification Center Delegate Forwarder.