Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

v7.0.0

Compare
Choose a tag to compare
@Minishlink Minishlink released this 06 Dec 16:05
· 8 commits to master since this release
  • Migrated to Batch SDK v1.18
    • For iOS:
      1. [BREAKING] Make sure to update your Podfile Batch SDK version
      2. [BREAKING] Batch requires Xcode 13 or higher
  • Add BatchEventData.putURL
  • Add BatchUserEditor.setURLAttribute
  • Add BatchEventData.putDate(timestamp) (BatchUserEditor.setDateAttribute already exists)
  • Add BatchMessaging.addListener and BatchPush.addListener to listen for messaging and push notifications events
  • Add new methods to replace deprecated BatchPush.registerForRemoteNotifications:
    • to request iOS permission BatchPush.requestNotificationAuthorization and BatchPush.requestProvisionalNotificationAuthorization (to be called when you want to ask user for the permission)
    • to synchronize the token with Batch BatchPush.refreshToken (to be called at each app launch after opt-in if you're opted out by default)
  • Fix isUnread property of a Batch inbox notification : it was previously always undefined, now it is correctly set
  • Fix crash in trackTransaction

Full Changelog: v6.0.2...v7.0.0