Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Google Play Services not working?

Discussion in 'Android' started by SD2020_, Jul 26, 2017.

  1. unity_065EC9AD4989C5F530B5

    unity_065EC9AD4989C5F530B5

    Joined:
    May 27, 2021
    Posts:
    1
    Dude, you're a lifesaver. I created an account here just to say thank you!
    And yes, this problem still persists in 2021.
     
  2. Suriyan098

    Suriyan098

    Joined:
    Nov 26, 2020
    Posts:
    2
    This solved my three days problem.
     
  3. GenericUsername426357

    GenericUsername426357

    Joined:
    Jun 8, 2021
    Posts:
    1
    Could someone please make a step-by-step video or screenshot(s) for an updated solution that's easy to understand? Google Play Console's layout is radically different from before and documentation on it is poor.
     
    mkieling likes this.
  4. AiXen

    AiXen

    Joined:
    Apr 3, 2020
    Posts:
    1
    I LOVE YOU MAN! I spend 3 days for for fix it.
     
  5. costudiobarish

    costudiobarish

    Joined:
    Apr 19, 2020
    Posts:
    1
    Simple Solution!
    Hey Guys
    Just replace the App signing key certificate(SHA-1 certificate fingerprint) with Upload key certificate(SHA-1 certificate fingerprint) in Google Play Console.
    1. Go to Google Play Console
    2. Setup -> App integrity -> copy SHA-1 certificate fingerprint for App Signing key certificate.
    3. Grow -> Play Games Services -> Setup and management -> Configuration -> select your app form list -> in Authorization section click View in Google Cloud Platform.
    4. In Google Cloud Platform page select Credentials.
    5. Replace SHA-1 certificate fingerprint that you copied in No.2 and save it.
    That's it. Enjoy.
     
    sayoui and warlocklama like this.
  6. Kazeon

    Kazeon

    Joined:
    May 22, 2017
    Posts:
    41
    So..... have anyone ever experienced the exact opposite issue? On my side, the authentication works fine if it's downloaded from Play Store, but NOT if it's direct build & install.. Howwww???
     
  7. Voxel-Busters

    Voxel-Busters

    Joined:
    Feb 25, 2015
    Posts:
    1,952
    This means you haven't linked your debug keystore/release keystore's SHA in google play console.
    Ideally, we add 3 SHA credential entries in google play console.
    1. SHA from debug keystore
    2. SHA from release keystore
    3. SHA from production google play signing keystore

    Have a look here and at here here on how and why it works. Taken from Cross Platform Native Plugins : Essential Kit

    Thanks,
    VB Team
     
    Last edited: Nov 28, 2021
    Kazeon likes this.
  8. unity_67A45C45309B713D0D69

    unity_67A45C45309B713D0D69

    Joined:
    Jan 29, 2022
    Posts:
    3
    Just wanted to say THANK YOU! (5 years later it is still not documented)
     
  9. JoseGallardoTangeloGames

    JoseGallardoTangeloGames

    Joined:
    Aug 4, 2021
    Posts:
    1
    Buddy, that saved my life LOL, I was working with this stuff for several days...

    Just from step 6 the flow is different now, but yes the solution is correct, you need to add the SHA1 from singing certificate to the OAUTH
     
    Ballistic_Games_dev likes this.
  10. dcarabano

    dcarabano

    Joined:
    Aug 5, 2020
    Posts:
    1
    i would cry if i wasnt so happy! thank you!!! 5 days on this!!!!!
     
    Ballistic_Games_dev likes this.
  11. Ballistic_Games_dev

    Ballistic_Games_dev

    Joined:
    Feb 5, 2019
    Posts:
    21
    Here's a video that shows how to fix it for those having this issue as at 28 Dec 2022:
     
  12. ozalpm

    ozalpm

    Joined:
    Jun 8, 2020
    Posts:
    3
    Its work :)