Check If Correct Google Play Service Available: "Unfortunately Application Has Stopped Working"

Check if correct Google Play Service available: Unfortunately application has stopped working

Thanks guys for your responses. I just figured it out from my LogCat.
I had to include this in my Android Manifest.

<application>
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
...

Your App is having trouble with Google Play services - When using GoogleApiClient, it always trigger onConnectionFailed

After working closely with my user, I realize the solution is

1. Uninstall Google Play services

Sample Image

Sample Image

2. Update Google Play Services again

https://play.google.com/store/apps/details?id=com.google.android.gms&hl=en

Sample Image

It works fine after that. If it still doesn't, perhaps restarting your device might help?!

Google play service stops working when I make a purchase with android.test.purchased

I contacted with Google Developer Support and they said it's "Google Play Store bug"

Google Reply:

We are aware of this issue, and our engineers are currently investigating it. I will provide more updates as soon as I get any information from them.

So there is no need to do anything about this crash. Just wait for bug fixes on Google Play Store App.


EDIT(08.08.2017)

Today the "android.test.purchased" crash problem fixed. The Google Play Store App version is 8.0.73.R-all [0] [PR] 162689464 now.



Related Topics



Leave a reply



Submit