Unity Authentication
View Unity AuthenticationAuthentication SDK 3.3.0
5 documented changes.
- Version
- 3.3.0
- Released
- Jan 1, 2024
- Product
- Unity Authentication
Unity Gaming Services release notes
Official notesAuthentication SDK 3.3.0
Updates
- Feature
Added: `LastNotificationDate` field to inform the client of the player's notifications last created date.
- Feature
Added: `GetNotificationsAsync` method so the client can request the player's notifications.
- Feature
Added: `Notifications` field to cache the notifications after GetNotificationsAsync is called.
- Feature
Added: `BannedUser` error code to identify an exception when a user has been banned.
- Fix
Fixed: Authentication refresh and expiration scheduling relying on device time which could cause edge cases.