Hi in my doubt is what App.AllUsers return because in .NET SDK release 12.1.0 notes say
App.AllUsers
included logged out users only if they were logged out while the App instance existed. It now always includes all logged out users. (Core 14.6.0) ( Release 12.1.0 · realm/realm-dotnet · GitHub )
But in Realm .NET SDK Docs say :
AllUsers Gets all currently logged in users. ( Class App | Realm )
What is correct , i use it in my app and until now i consider only user logged in will returned.
Thanks