Skip to content

2.1.8

Compare
Choose a tag to compare
@ketanshikharebsft ketanshikharebsft released this 19 Oct 20:14
· 440 commits to master since this release

What's New?

  • Register for silent push if push permission is denied or not prompted
  • Provision to enable/disable push notifications from app by setting BlueShiftAppData.current()?.enablePush flag and firing identify call
BlueShiftAppData.current()?.enablePush = true
BlueShift.sharedInstance()?.identifyUser(withEmail: "email", andDetails: nil, canBatchThisEvent: false)
  • Added isBlueshiftPushNotification helper method
BlueShift.sharedInstance()?.isBlueshiftPushNotification(userInfo)
BlueShift.sharedInstance()?.isBlueshiftPushNotification(notification.request.content.userInfo)
BlueShift.sharedInstance()?.isBlueshiftPushNotification(response.notification.request.content.userInfo)
  • Fixed slide in in-app notification left and right padding issue
  • Replaced HTML based next/prev button with utf8 based ▶️▶️ /◀️ ◀️ buttons
  • Added separate synchronisation lock for real-time and batched event processing functions
  • Removed unused code
  • Added generic constants
  • Added new info logs for debug