Skip to content

Release 3.4.4

Compare
Choose a tag to compare
@emawby emawby released this 20 May 22:47
130a894

Fixing Impressions being sent after an IAM has been stopped

  • In app messages could false receive impressions after an IAM has been stopped even though it wouldn't display to the user. #931

Fixing IAMs potentially not updating due to caching IAM content requests

  • OneSignal will no longer cache IAM content requests so changes will reflect immediately. #930 #929
  • Also fixes un-cached tags not always substituting when using Liquid Templating in IAMs.

Fixing a race condition for notification delegates in the Unity SDK

  • This fixes an issue where OneSignal's notification open event would not fire if a UNUserNotificationCenterDelegate was assigned before the OneSignal was loaded into memory. #926