Skip to content

Instantly share code, notes, and snippets.

@Majirefy
Last active March 20, 2017 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Majirefy/db29583b2d623fecf484e23aebf49330 to your computer and use it in GitHub Desktop.
Save Majirefy/db29583b2d623fecf484e23aebf49330 to your computer and use it in GitHub Desktop.
((GPGManager) GPGManager.sharedInstance()).setWelcomeBackToastPlacement(GPGToastPlacement.Center);
((GPGManager) GPGManager.sharedInstance()).setAchievementUnlockedToastPlacement(GPGToastPlacement.Center);
NSArray<?> scopes = NSArray.arrayWithObject(NSString.stringWithString("https://www.googleapis.com/auth/games"));
GIDSignIn.sharedInstance().setScopes(scopes);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment