Skip to content

8.2.0

Compare
Choose a tag to compare
@arnaud-roland arnaud-roland released this 23 Jan 15:03
· 44 commits to master since this release

Plugin

  • Updated Batch 1.21.
  • Batch requires iOS 12.0 or higher.
  • Batch now compiles with and targets SDK 34 (Android 14).
  • Added support for react-native 0.73+
  • Added support for Expo 50.
  • Fixed an issue on iOS where refreshToken was not running on main thread.

User

  • Removed automatic collection of the advertising id. You need to collect it from your side and pass it to Batch via the added BatchUser.editor().setAttributionIdentifier(id) method.
  • Added setEmail method to BatchUserEditor. This requires to have a user identifier registered or to call the setIdentifier method on the editor instance beforehand.
  • Added setEmailMarketingSubscriptionState method to BatchUserEditor.

Inbox

  • Added hasLandingMessage property to IInboxNotification.
  • Added displayNotificationLandingMessage method to BatchInboxFetcher.