Questions tagged [google-play-services-3.3.0]

7 questions
1
vote
0 answers

How to get rank of player from Google play Games Leaderboard

I used to get the player Rank from google play games leaderboard using the below method. Now the google play services libraries got updated. I am not sure how to get the Rank of the current player. Please assist. private void accessGooglePlayRank()…
1
vote
0 answers

The app won't run unless you update google play servicesse

I had a expo project, and due to some limitations i have detached I added firebase to the project using react-native-firebase package and it needs some native code modifications After many head shake, finally i ran it on the emulator successfully,…
1
vote
2 answers

Smart Lock shows accounts not from my app

I am implementing google smart lock on my app, for now, we are only implementing on the app side, to log in the user automatically once he allows saving the credentials, on a reinstall for example. But when I removed the password from…
0
votes
0 answers

Google games api. How to get list of games which user played?

Is it possible to get a list of games which user played using Google play games services and get some stats from them like XP and achievements(with WEB API)? I didn't find any info in documentation but have seen some sites which display the…
0
votes
1 answer

Why apps can't show AdMob ads if blocked internet access for Google Play services in Android OS?

When I use this app Net Blocker to block internet for Google Play services, apps can't show ads anymore. Does AdMob need to load ads via Google Play services? I think that Google Play services should use the network of calling app to request…
0
votes
1 answer

Google services 3.3.0 upgrade error - more than one variant of project matches

I updated my google services from 3.2.1 to 3.3.0 and started receiving following error Implementation buildscript { repositories { jcenter() google() } dependencies { classpath…
Ilja
  • 44,142
  • 92
  • 275
  • 498
-1
votes
1 answer

Getting error in firebase code android How to resolve?

Getting below errors: Error:(209, 62) error: cannot access zzbgl class file for com.google.android.gms.internal.zzbgl not found Module gradle: apply plugin: 'com.android.application' apply plugin: 'kotlin-android' android { compileSdkVersion…