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
You can now only subscribe to OnNotificationReceived before calling RegisterForPushNotificationsAsync
Once RegisterForPushNotificationsAsync completes, OnNotificationReceived will be invoked if the app was launched from a remote notification
Updated com.unity.services.analytics dependency to 5.0.0
Updated com.unity.services.core dependency to 1.10.1
Added com.unity.mobile.notifications version 2.2.0 as a dependency.
Fixed
Behaviour when the app is launched from a push notification is now consistent between iOS and Android (incoming push notification data is broadcast after RegisterForPushNotificationsAsync flow is complete)
[3.0.1-pre.2] - 2023-08-15
Fixed
Bug fix for PushNotificationsService's OnNotificationReceived not being called on IOS
Bug fix where RegisterForPushNotificationsAsync is stuck when the user disables notification settings.