• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Game Breaking News

Latest game breaking news from around the world

  • Submit
  • Disclaimers
  • About
  • DMCA
  • Privacy Policy
  • Contact
  • Show Search
Hide Search
You are here: Home / Google play services not working in unity

Google play services not working in unity

· July 19, 2019 ·

I’ve done everything as specified- Linked my app to play services in the developer console. Added the SHA1 from Applications -> Release Management -> App signing -> Upload certificate. Downloaded the latest ‘play services’ unity package from GitHub. Added the required ‘resource’ to the play services setup in unity editor. Added the following script to the ‘Canvas’ object:

 using System.Collections; using System.Collections.Generic; using UnityEngine; using GooglePlayGames; using GooglePlayGames.BasicApi; using UnityEngine.SocialPlatforms; public class PlayGamesServices : MonoBehaviour { // Start is called before the first frame update void Start() { PlayGamesClientConfiguration clientConig = new PlayGamesClientConfiguration.Builder().Build(); PlayGamesPlatform.InitializeInstance(clientConig); PlayGamesPlatform.Activate(); Social.localUser.Authenticate((bool success) => { if (success) Debug.Log("Logged In"); else Debug.Log("Failed to Log In"); }); } public static void PostToLederboard(long newHighScore) { Social.ReportScore(newHighScore,GPGSIds.leaderboard_global_high_score, (bool success) => { if (success) Debug.Log("New High Score posted"); else Debug.Log("Unable to post New High Score"); }); } public void ShowLeaderboard() { PlayGamesPlatform.Instance.ShowLeaderboardUI(GPGSIds.leaderboard_global_high_ score); } } 

I’ve already published my game to alpha testing and then implemented play services. I’m wondering if that’s the problem.


  • Shopify Chooses Google Cloud Service Over Amazon
  • Google Backs Startup Working on Remote-Controlled Driverless Cars
  • PICTURES: Emergency services work overtime as Storm Emma causes havoc on roads
  • Google faces calls to lift anti-censorship blocks in Iran
  • Google puts Pakistan among 4 countries that will give next billion smartphone users
  • Google and Apple face EU law on business practices
  • Google confirms investment in Indonesian ride-hailing firm Go-Jek
  • Google announces patent agreement with Tencent amid China push
  • Google releases Android Oreo 'Go' for low-end smartphones
  • Google raises price of YouTube TV, adds sports, Turner

Filed Under: Tags google play services 11.9.51, google play services 9.2.56, google play services most recent version, google play services most recent, flac google play music, won't update google play services, stopped google play services, youtube tanpa google play service, player web google play music, apk download google play services, settle up google play, google play how much money, downgrade google play services, google how do i update google play services, download purchased music from google play, google play services 12.6.85, google play services 5 apk, versi google play service terbaru, outgoing sms listener service google play services, rollback google play services, all4 google play, @integer/google_play_services_version unity, rammstein google play, testflight google play, meizu install google play services, resubmit rejected app google play, google play services stopped how to fix, submit google play podcast, sparito google play service, fire tv 3 google play services

Primary Sidebar

RSS Recent Stories

  • Baby Yoda Is Now In The Sims 4 On PC, But It’s Not The Baby Yoda We’re Looking For
  • Fortnite just got three new Star Wars skins
  • Baby Yoda cutes his way into The Sims 4
  • Black Friday’s Popular PS4 Bundle Is Back In GameStop’s Christmas Sale
  • Rainbow Six Siege is getting a Stadium map, if leaked footage is real
Copyright © 2019 Game Breaking News. Power by Wordpress.