com.unity.services.push-notifications 4.0.0-pre.1

com.unity.services.push-notifications

Source docs
Notes: processedReleased September 13, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3

📈 Improvements

  • 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.

🔧 Bug Fixes

  • 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)