Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

android play games services is incorrectly configured. anyone know how to fix?

enter image description hereI have a weird bug that's cropped up.

My app works perfectly when I sign it with the android debug key store. But when I sign it with my own key, users are unable to sign in.

I get the message "The application is incorrectly configured. Check the package name and signing cerificate match the client id in the developer console"

I have done this and have added a new client I'd with the correct certificate and package name but it still doesn't seem to be working.

Anyone know what else I could try or if there is a known issue?

like image 564
UKDataGeek Avatar asked Dec 24 '13 07:12

UKDataGeek


People also ask

Why is my Google Play Games not working?

Clear the cache for Google Play Games Open your device's Settings app. See all apps. Scroll down and tap Google Play Games. Clear storage.

How do I change my play games account?

Switch accounts on the Google Play websiteIn the top right, choose your profile icon. Choose Switch account. Select a different account. If you can't find another account, tap Use another account.

How do I link a game to Google Play?

To add your game to the Google Play Console, follow these general steps: Create a game project for your game and specify details such as the name and description of the game. Create and link the necessary credentials to authorize and authenticate your game to Google Play Games Services.

Why can't I log into play store?

Open apps and tap Storage. Once there, clear data from Google Play Services and Google Services Framework. Restart your device and try accessing the Play Store again.


1 Answers

Ok all here is how I managed to fix it after a lot of trial and error.

  1. If you have created a client id in the google api console for your release certificate sha1 and release package name then delete it.

  2. Go into the developer play store console and follow the steps to link another app ( screenshot below) enter image description here

Then proceed to follow the steps that it takes you through which will create a new client id.

  1. Now this is the important bit....

( Even though the UI will look the same and Google will give no visual indication that you need to do anything more to get it working and make you assume that changes have been autosaved) Press the publish button. It will then give you a list of changes that it needs to publish.

Press publish and after a few hours your app will start to work.

Hooray

like image 112
UKDataGeek Avatar answered Sep 27 '22 21:09

UKDataGeek