Skip to content

2.14.4 (Epoisses)

Choose a tag to compare

@Judas Judas released this 09 Dec 16:47

Features

  • Updated UI to new product carrousel design

Bug fixes

  • Fix TalkBack focus issue in message list
  • Fix push notifications not being enabled on follow-up activations (see explanation below)

Automatic Push Notifications Handling

Push notifications are now automatically enabled every time a visitor is activated using IAdvizeSDK.activate(projectId:authenticationOption:gdprOption:completion:).

  • Previously, push notifications were only enabled during the first activation. After logout, they were disabled, requiring manual re-enablement on subsequent activations.

  • Now, push notifications will automatically re-enable during every activation, regardless of whether it’s the visitor’s first or a subsequent activation.

You only need to call NotificationController.enablePushNotifications if you previously disabled them using NotificationController.disablePushNotifications.