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
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Ubisoft exposes an api to get the time a user logged in (first and last times) and the number of sessions that have been played. We call this the "last seen time".
Notes
It doesn't track whether the user is currently in game (at the moment - see here)
Example
privatevoidUpdateLoginTime(AccountInfouser){// use intellisense to see what's available, as we'll probably end up adding to this at some pointvarloginInfo= d6Client.GetLoginInfo(user);}