Release version doesn't connect to googple play service - android

Hi everyone and thanks for hearing me out.
I have an app that I build using Google play games, Google play services, ETC... Basically the debug version works perfectly fine and connected to multiple devices, however the release version can't sign in to google play games and causes the app to crash when attempting to do anything that requires it.
I suspect this is an issue with the authentication, but I tried using the developer console to create a new OAuth2.0 that has the package name and the fingerprint of the keystore that I'm using for release and it still dosen't work.
Thanks in advance for any help!

Most probably it is with the authentication issue . First of all make sure you have the proper release key . This doc will walk you through to get the fingerprint, and then in your google play console under your game services select linked apps and link your release version here
If still doesn't connect to the google play service, please provide your log then I can find the best solution for you

Related

Safety net Api Error when downloaded from play store

I have implemented a SafetyNet attest check when launching the app. It works fine when I run the release version from Android studio and detects (for eg.) the emulator from the device correctly. However when I download the same version from the Play store, it fires the failure listener every time, on a lot of legit devices.
It is a restricted API and works fine when run locally on those same devices.
If you check the image, the 33.75% error rate is when I have used this from the play store.
Any idea what could be happening different with the same code when running in app downloaded from the Play store?
Found my issue!
For anyone using 'App signing by Google Play', make sure you add the SHA-1 provided by Google Play to the API restrictions in the API Console.
You should find this in 'App Signing' in the app on the Play Developer Console.

Cannot Enable Save Games in Google Play Developer Console

I'm currently implementing Saved Games feature into android Unity project. I'm using this plugin. Achievements, Leaderboards and signing in works perfectly fine. I wanted to enable Saved Games in my project(i have to do so in Google play developer console). But after i choose to enable it in my project and hit save i get this error. Unexpected Error. Try Again Later (1700403). I tried different browsers, clearing cache,clearing history, signing in and out, but it just don't work.I thought it might be because it is not my project (work),but i have the highest permissions they could give me. Every idea is appreciated :)

Sending application on Google Play beta testing

I want to send the application to the beta testing Google Play. My question is: how to do in the application so that at the end of testing people could update the app and enjoy working version. How to organize it will be in the API and in the application? Share your experiences, links or something else. thank you
There's nothing to do within the application or over some API. Right in the Developer console you're given the ability to promote your uploaded version to the Beta or Production stage. See the following screenshot:
So as soon as your app is ready for the masses, just push it to Prod and everyone will be able to download and/or update it.

google real-time multiplayer api example: ButtonClicker

i have been really wanting to create a real-time multiplayer android game and was following this tutorial:
https://developers.google.com/games/services/android/realtimeMultiplayer
I even corrected the errors on the ButtonClicker example(it's the only one with real-time multiplayer) and got it to work, but didn´t test the multiplayer yet. I copied the whole project to my brother´s computer and he tried to play with me. But every time he click on the button to invite me, it´s saying "the project is incorrectly configured". Does he have to generate another aplication id? has anyone tested the example using 2 different computers and the android emulator of eclipse?
Google Play Services aren't typically installed on the emulator. I think you'll need a pair of actual devices.
It might also need signed applications, but I'm not that familiar (yet) with the Google Play Services model.
I think i resolved it(at least my brother could login on his computer) by adding testers to my project on google play development console. Now all he needs to do is use another emulator on his computer to emulate multiplayer, just like i did ^^
if its giving you an unconfigured error, double check that you signed your app with the same certificate as the sha1 that you linked.

android app published but not visible in google play

I developed and publish some apps to google play using "old" interface. Now I published an app using new interface and seems that all were successful because my app appears as "published". However, previous apps were active in 1h, but now, after 2 days, I am unable to find it in google play and also unable to find any link on any option inside developer console. Is my app published? How could I then know google play link?
How could I then know google play link?
The links for Apps in the Playstore are always built with the same pattern, it looks like this:
https://play.google.com/store/apps/details?id=YOUR.PACKAGE.NAME
so you can use that link to see if your App is published or not, just replace YOUR.PACKAGE.NAME with the actual name of the package like com.google.android.music
In the new interface you can publish three versions of the app: alpha, beta, release. Check if you published the release version.
So you'll get the link to the app: https://play.google.com/store/apps/details?id=COM.PACKAGE.NAME
Check your publish area
Check your Android version
Check your Android device

Categories

Resources