Skip to content

v1.4.0

Latest
Compare
Choose a tag to compare
@Husseinhj Husseinhj released this 14 Jul 11:21
  • Add incrementUserAttribute method for incrementing user's numerical attributes. (supports an array of user attributes)
  • Now Chabok supports user revenue with trackPurchase method.
  • Introduce notifDelivery to handle notification impression.
  • Improve behavior of subscribe methods
  • Add getUserAttributes and setUserAttributes method.
  • Now Chabok supports rich notifications (actions, image, direction and vibration)
  • Now Chabok tracks user's installs and add to home screen date (for PWA)
  • Improve notification display in android devices
  • Improve connection management
  • Add analytics for click on notifications (actions and dismiss)
  • Add notificationOpened event for receiving notification actions.
  • Improve updating push notification token
  • Now Chabok supports direct/in-direct notification influence.
  • Now registerAsGuest method support getting guestUserId as parameter
  • UpdateChabokSDKWorker.js file

Upgrade:

  • getUserInfo and setUserInfo is deprecated and replaced with getUserAttributes and setUserAttributes.
  • Moving custom data to data key in publishEvent and track methods.