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
Fix bug where the callback passed to promptForPushNotifications would fire false if there was a foreground event being processes by the SDK. This would happen in the following case: 1. if you prompted but the user backgrounded and foregrounded the app before answering the prompt. 2. If promptForPushNotifications was called before the SDK detected the app was foregrounded.
0 commit comments