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
• Fixes an issue where the Send Tags callback will never get called if executed within the first 30 seconds of the app being launched for the very first time
• Fixes an iOS specific issue with the OneSignal Unity SDK where "Fatal: Invalid AppId Format" error was printed to console and initialization didn't finish on the first init() call (OneSignal-Unity-SDK Error #77)
• Adds HTTP request re-attempt logic. If an HTTP request fails due to a server error (code ~500), the SDK will automatically reattempt the request soon after.
• Fixes a race condition issue described in #327 where the subscription observer should be delayed until OneSignal's server has received the updated notification permissions
• Adds exception handling logic to the extension to download attachments to prevent unnecessary crash reports.
// Optional method that sends us the user's email as an anonymized hash so that we can better target and personalize notifications sent to that user across their devices.
0 commit comments