I am trying to get the auth token from GooglePlay
I can successfully log in into GooglePlay with my account, but when I go to get the auth token using:
IOnlineIdentity* Identity = OnlineSubsystem->GetIdentityInterface().Get();
Identity ->GetAuthToken(0);
It always returns “NOT_ACQUIRED”.
I have given android android.permission.GET_ACCOUNTS
permission as well as enabled "Request Auth Token On Connect"
in the android section of the project settings.
Is there something else I am missing?