Skip to content

v4.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 16:55
· 402 commits to refs/heads/main since this release
da23275

Release Notes

  • Added new notifcation tracking API handleNotificationResponse with parameters UNNotificationResponse and an optional callback the returns PushTrackingStatus enum.
  • The new API will automatically handle the click behaviour (OPENAPP, WEBURL, DEEPLINK) defined for the notification.
  • Deprecated the notifcaiton tracking API handleNotificationResponse with parameters UNNotificationResponse, applicationOpened, and customActionId.
  • Fixed a bug on notification tracking API handleNotificationResponse to stop sending tracking hits to edge servers when the notification does not contain tracking information.

What’s Changed

  • To main - Release version 4.1.0- HandleNotificationResponse API responds with PushTrackingStatus enum (#216) @PravinPK
  • Address comments of PR#216 (#224) @PravinPK
  • Documentation update for 4.1.0 release (#221) @PravinPK
  • More tests around PushTrackingStatus (#215) @PravinPK
  • HandleNotificationResponse API returns MessagingPushTrackingStatus enum (#213) @PravinPK
  • vdev 4.1.0 to Main (#208) @PravinPK
  • Better readable comments (#211) @PravinPK
  • Updating version to 4.1.0 (#210) @github-actions
  • [MOB-19374] - Do not process Push Notification tracking event if AJO tracking keys are absent (#207) @PravinPK
  • [MOB 18293] - Handling Notification Actions (#198) @PravinPK
  • MOB 18751 - Simplified HandleNotificationResponse API (#197) @PravinPK