Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by MathNerd1O1 · May 28, 2019 at 12:31 AM · androidgoogle playgoogle play games

Google play game service won't authenticate

I recently tried to implement Google Play Services into my project in order to make a leaderboard. The problem is that when I run the game, when it tries to authenticate the user, (Using Social.localUser. Authenticate) a green google play box pops up, it shows a loading animation which cuts off, and nothing else happens. Here are some things to note: I am publishing the game in the production section in google play console, (Meaning I don't have to list any tester emails) I have made a keystore, I have made sure to use the correct SHA1 for the OAuth 2.0 in the service, I have made sure in unity to do Window>Google Play Games>Setup>Android Setup, I have also made sure to use the Play Service Resolver in unity. There are a few more things that I probably forgot to list here too... Here is some of my code (C#):


 public class PlayGamesController : MonoBehaviour {

 public GameObject ErrTxt;

 void Start() {
     PlayGamesClientConfiguration config = new PlayGamesClientConfiguration.Builder().Build();
     PlayGamesPlatform.InitializeInstance(config);
     PlayGamesPlatform.Activate();
     if(SceneManager.GetActiveScene().buildIndex == 0) {
         Authenticate();
     }
     if(SceneManager.GetActiveScene().buildIndex == 1) {
         if(!Social.localUser.authenticated) {
             ErrTxt.GetComponent<Text>().text = "Could not sign into Google Play";
         }
     }
 }

 void Authenticate() {
     Social.localUser.Authenticate((bool success) => {
         if(success) {
             Debug.Log("Authenticated!");
             SceneManager.LoadScene(1);
         } else {
             Debug.Log("Could not authenticate.");
             SceneManager.LoadScene(1);
         }
         
     });

 }

 }
Comment
Add comment · Show 1
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image MathNerd1O1 · May 28, 2019 at 12:43 AM 0
Share

One more thing, when you switch scenes, do you need to re-authenticate? Do I have to keep the object that this script is attached to from being destroyed after each scene?

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by hypernaturalgames · Jun 03, 2019 at 06:35 PM

@apricotseed101 Your code seems OK to me. I'm using a code pretty much like yours, but I'm in an Open Beta phase.

The problem I'm actually having is that not all Google accounts can login. Login is working perfectly with some accounts and not with others. At first I though it was because I'm using and old tablet with Android 4.4 to test, but I've tried a new account in that same tablet and the Login is working fine, and when I try to login my old account, it fails.

That same old account can login in other games from the playstore, though ... so perhaps if I upload the game into Production, the problem may be solved. I'm not sure.

I've checked everything already, accounts listed for testing, SHA-1 certificate, forced service resolver, etc etc.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

238 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Android game crashes on startup because of Google Play 2 Answers

Unity Google Play Service Plugin Social.localUser.Authenticate(…) App Crash 1 Answer

Google Play Services error 0 Answers

Problem with Google Play Game Services: Invalid Classname 1 Answer

Google Play Game Services,get player score... 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges