You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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