com.unity.services.authentication 3.3.0

com.unity.services.authentication

Notes: processedReleased January 12, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3

Package Dependencies

Features

  • Added `LastNotificationDate` field to inform the client of the player's notifications last created date.
  • Added `GetNotificationsAsync` method to allow the client to request the player's notifications
  • Added `Notifications` field to cache the notifications after GetNotificationsAsync is called
  • Added `BannedUser` error code to identify an exception when a user has been banned.

🔧 Bug Fixes

  • Fixed authentication refresh and expiration scheduling relying on device time which could cause edge cases.