Version 6.1.0
In LootLockerSDK v6.1.0 we've consolidated two methods needed for playstation authentication into one call. This is to make playstation authentication simpler for you as a developer to implement.
What do I need to do?
If you aren't using playstation authentication you do not need to do anything.
If you want to implement support for PS5 authentication you will need to support the v3 version of playstation authentication. To do so you'd use the v3 interface and the new method VerifyPlayerAndStartPlaystationNetworkV3Session
.
If you have been using and want to continue to support the v1 (PS4) implementation of playstation authentication, update your game to stop calling VerifyPlayer
with the AuthCode and then StartPlaystationNetworkSession
with the players PsnOnlineId. Instead you should call VerifyPlayerAndStartPlaystationNetworkSession
with the same values. The only change is that it is now 1 method.
Last updated