playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
971 stars 973 forks source link

"Install Google Play Games" is not displayed. #254

Open muscly opened 7 years ago

muscly commented 7 years ago

I am using the following sample code to deal with connection failure situations. https://developers.google.com/android/guides/api-client#handle_connection_failures

When I tested my sample on devices with no GPG app, I could see the "Install Google Play Games" dialog in most cases. But some devices didn't show that dialog even though the ConnectionResult.hasResolution() returned true. (ex. Galaxy S4 5.0.1, S5 6.0.1)

I'd like to know if this problem is related to the GPG service or any other parts such as AOS versions.

georgii11 commented 4 years ago

Hi, I'm having the same issue here, occurred for me on a Samsung Galaxy S7 (Android 6.0.1). Are there any news? Thanks!