It works for the first time only after the first login ( With stay logged in true ) after that it returns a null .
BackendlessUser user = Backendless.UserService.CurrentUser();Any Help ? Thanks in Advance
It works for the first time only after the first login ( With stay logged in true ) after that it returns a null .
BackendlessUser user = Backendless.UserService.CurrentUser();Any Help ? Thanks in Advance
You should retrieve current user ID instead and fetch user manually.