Google Play Game Services is testing:
public class MainActivity extends BaseGameActivity {
public void onCreate( Bundle savedInstanceState )
{
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
beginUserInitiatedSignIn();
}
}
When onSignInFailed()
is called, the following pop-up message appears:
the application is incorrectly configured. Check that the package name and signing certificate match the client ID created in Developer Console. Also, if the application is not yet published, check that the account you are trying to sign in with is listed as a tester account. See logs for more information
Android uses one of the most popular programming languages, Java, as the primary language for building apps of all types. So, you should first obtain a solid grasp of the Java language and its foundation APIs to improve the chances of succeeding as an Android app developer.
Google Play Services connects apps to other Google services, like Google Sign In and Google Maps. Google Play Services isn't the same as the Google Play Store app, and is included with Android. Google Play Services doesn't make your battery drain faster or use too much of your mobile data plan.
Only 3% of developers on Google Play are subject to a service fee; the other 97% of developers can distribute their apps and take advantage of all Google Play has to offer at no charge.
Clear the Google Play Store data If cleaning the cache of the Google Play Store and Google Play Services doesn't resolve the issue, try clearing the Google Play Store data: Open the Settings menu on your device. Go to Apps or Application Manager. (This option might differ depending on your device.)
I have sovled the problem like this :)
At this point, we don't have anything more to do in the Google Developper Console.
Now, we need to clear the Android Application cache before trying to connect
And... It's works !! (For me at least...) My problem was that I've created the linked apps from the Google Developer Console instead of the Android Developper Console...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With