Exemple #1
0
 private void GPGLogin()
 {
     PGServices.AuthenticateUser();
 }
Exemple #2
0
 /// <summary>
 /// Autentica al usuario dentro de Google Play Games
 /// </summary>
 private void InitGooglePlayGamesServices()
 {
     authenticated = PGServices.AuthenticateUser();
     authenticated = true;
 }