Questions tagged [google-play-services]

With Google Play services, your Android app can take advantage of the latest, Google-powered features such as Maps, Google+, and more, with automatic platform updates distributed as an APK through the Google Play store. This makes it faster for your users to receive updates and easier for you to integrate the newest that Google has to offer.

Give your Android apps more features to attract users on a wider range of devices. With Google Play services, your app can take advantage of the latest, Google-powered features such as Maps, Google+, and more, with automatic platform updates distributed as an APK through the Google Play store. This makes it faster for your users to receive updates and easier for you to integrate the newest that Google has to offer.

The latest version is 12.6.88, which was released in May 2018.

References:

7207 questions
3
votes
1 answer

flutter - How to download asset when apps launched and used it

currently, my apps have many assets (images, sound, font, json, SQL-lite database file, etc). All have defined in pubspec.yaml However, due to a request to reduce APK size, I need some of them to be downloaded when Apps be launched and save it to…
questionasker
  • 2,536
  • 12
  • 55
  • 119
3
votes
0 answers

How to restrict google TimeZone API?

I have created API key for TimeZone API and restrict it by check on TimeZone API checkbox in restriction and upload apk to google store but after some days google gave alert that Your app contains exposed Google Cloud Platform (GCP) API keys. If i…
CodeX
  • 81
  • 1
  • 2
  • 6
3
votes
1 answer

How to specify play-services-location

I would like to use googlePlayServicesVersion 16.1.0, but than I get Could not find com.google.android.gms:play-services-location:16.1.0 I have tried adding implementation 'com.google.android.gms:play-services-location:16.0.0' inside…
Mirhat
  • 341
  • 3
  • 7
  • 20
3
votes
2 answers

Is it mandatory to upload aab(Android App Bundle) instead of APK file

In the recent try for uploading a new version of apk for existing application to PlayStore, threw an warning message as mentioned below So the question is, is it mandatory to upload only aab files to PlayStore or normal apk file can also be…
3
votes
1 answer

Firebase analytics with Google Play Services outdated

I am migrating my app from using Google Analytics to Google Analytics for Firebase. I setup a Firebase project like explained in the tutorial https://firebase.google.com/docs/android/setup. Then I setup Analytics like this:…
amp
  • 11,754
  • 18
  • 77
  • 133
3
votes
0 answers

Delete App from private play store iFrame

Is the Delete option removed from Private Play Store iFrame ? It was available a couple of weeks ago. Please have a look at the SS below. If it's removed then option do we have to delete an app? If I unpublish it from developer console under…
3
votes
1 answer

play-services-ads conflicts with appcompat

When I add implementation 'com.google.android.gms:play-services-ads:18.2.0' to my build.gradle, Android Studio highlights implementation 'com.android.support:appcompat-v7:28.0.0' with the error: Dependencies using groupId com.android.support and…
3
votes
1 answer

Can't sign in Goolge Play Game Services: Must have a game ID to sign in

I am trying to integrate Google Play Game Services but can't sign in. I know some developers ask about this problem before but the problem is nobody asked about the error I am encountering. The log is this. Must have a game ID to sign…
Ooto
  • 1,117
  • 16
  • 39
3
votes
1 answer

How to Solve Unable to export or encryt the private key For Google App Signing

I have an apk. I am trying to upload the new apk in publish console.As per the google rules we have to app signing. I have choose export and upload a key from a Java keystore and i have download the pepk tool and then i have copied the below…
karthik keyan
  • 428
  • 4
  • 14
3
votes
0 answers

Unable to sign-in, statusCode=SIGN_IN_REQUIRED

I'm trying to make the Play Game Services work, and for now, I'm trying a simple login attempt. And for full two days, I'm stuck in the authentication stage. I've followed the documentation and tried to link my app from scratch again. double-checked…
3
votes
2 answers

"WARNING: API 'variant.getMergeResources()' is obsolete and has been replaced with 'variant.getMergeResourcesProvider()'."

I am creating an app which connects to firebase. But I am facing some problems. When sync my gradle files I receive this warning WARNING: API 'variant.getMergeResources()' is obsolete and has been replaced with…
3
votes
1 answer

How to fix variant.getMergeResources()

when I put apply plugin: 'com.google.gms.google-services' it show this error WARNING: API 'variant.getMergeResources()' is obsolete and has been replaced with 'variant.getMergeResourcesProvider()'. It will be removed at the end of 2019. When I…
3
votes
0 answers

Flurry throwing "GOOGLE PLAY SERVICES ERROR"

I am trying to integrate Flurry analytics into my Android app, and I am facing certain issues. I am seeing these errors in logcat every time my app starts: E/FlurryAgent: GOOGLE PLAY SERVICES ERROR: java.util.concurrent.TimeoutException: Timed out…
MarkoR
  • 543
  • 4
  • 12
3
votes
0 answers

java.lang.NullPointerException: throw with null exception in Release Build

I'm getting this issue in only release builds but running perfectly in debug anyone know this issue ? Process: com.truqit.customer, PID: 5365 java.lang.NullPointerException: throw with null exception at…
3
votes
1 answer

How to remove the warning "WARNING: API 'variant.getMergeResources()' is obsolete" after google service plugin update?

I have updated my google-services plugin to 4.3.0 And when I sync my project I get the following warning. WARNING: API 'variant.getMergeResources()' is obsolete and has been replaced with 'variant.getMergeResourcesProvider()'. It will be removed…
Rafat Hossain
  • 99
  • 1
  • 4