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

How can I get playerId at server after after got auth code from Google's Play game service V2?

I am making a game with Unity, and going to integrate Google play login with PGS V2, I know with PGS V2 I cannot request extra scope (it was mentioned here https://developers.google.com/games/services/common/concepts/sign-in). I can get auth code…
3
votes
1 answer

Error : Flutter - Missing 'package' key attribute on element package at [com.google.android.gms:play-services-maps:18.0.2] AndroidManifest.xml:33:9-64

I am getting an error while build appbundle in Flutter Error: Building without sound null safety For more information see https://dart.dev/null-safety/unsound-null-safety [com.google.android.gms:play-services-maps:18.0.2]…
3
votes
1 answer

Google Play Services sign in not working well on Unity Android

I'm trying to add Google Play Services on my Unity Android project. I've got already implement google play services plugin to my project. Filling the all crediantials. I've got 2 different internal test accounts on developer console. Here is my…
3
votes
1 answer

Google Play Services Analytics library implementation causing Play Console ads warning

I've been having a warning in the Ads App Content of Google Play saying that "We found ad SDKs in your app". After publishing many versions trying to resolve that, I discovered that the cause is these lines in my app-level build Gradle…
3
votes
2 answers

Android LocationServices.checkLocationSettings false negative result

Affected devices so far: Xperia 1 II Xiamoi Redmi Note 7 Use: In order to request location updates, I check that the location settings are adequate beforehand. If not, I show a small text, that the services must be enabled for my feature. If the…
JacksOnF1re
  • 3,336
  • 24
  • 55
3
votes
1 answer

Integrate Huawei Mobile Services in React Native app based on Expo

I have developed an app with React Native based on Expo SDK, how can I integrate HMS in my project to make it work for Huawei devices? Shall I introduce conditional branches to either use expo-location instead of hms location or viceversa or is…
3
votes
0 answers

Login screen keeps on loading indefinitely after selecting the account

1: Environment Device: ONEPLUS 6 OS version: ANDROID 10 SDK version: 29 [Android] Google Play Services version: 19.2.0 2: Problem: Steps to reproduce: Intent signInIntent =…
3
votes
1 answer

Intent Redirection Vulnerability Notification From Google Play

I built a one-tap consent OTP-verification for my android app as per: https://developers.google.com/identity/sms-retriever/user-consent/request The only difference in my code is that I changed override fun onCreate(savedInstanceState: Bundle?) { …
3
votes
0 answers

Admob ANR on AdView.loadAd, google play-services lib problem?

Sometimes I notice ANR of AdView.loadAd method. From traces.txt: "main" prio=5 tid=1 Blocked | group="main" sCount=1 dsCount=0 obj=0x742c42a0 self=0xb4d36500 | sysTid=22581 nice=0 cgrp=default sched=0/0 handle=0xb6f46b34 | state=S schedstat=(…
t0m
  • 3,004
  • 31
  • 53
3
votes
1 answer

Stuck on complying with domain verification requirements

Recently I have been trying to re-boot my app. This includes adding google play services to my app. I setup a google cloud platform account and then linked it with the developer console for my app. Next I setup the OAuth consent screen. After…
3
votes
0 answers

Is there a way to auto populate promo code programmatically in redeem code text box android

I have integrated Android Google play billing library 4.0.0 in my app. Created a subscription and created a Custom Promo Code for that subscription. Everything works fine but currently I have to select redeem code in the app and apply this custom…
3
votes
2 answers

What do I need to do to update my game to Google Play Billing 3?

I'm using Unity 2018.4.22 and I've installed In App Purchasing 2.2.2 from Package Manager. When I try to upload my game to Google Play Store, it gives me this error: We've detected that this app is using an old version of Google Play Billing. By…
3
votes
1 answer

Adding Google Play Game Services to existing app

We already have a app/game published under App All apps list as a normal app and now we want to add Play game service login to let users save game progress. After going through the documentations we have learned that we will need to setup Play Game…
3
votes
1 answer

Does the play store payment setting override the AdMob payment method?

At play.google.com/console, under "how you get paid", my account is set up correctly. But on apps.admob.com, under payments and "how you get paid", I am told: "no primary payment method selected". No surprise here: after setting up the AdMob account…
Calaf
  • 10,113
  • 15
  • 57
  • 120
3
votes
0 answers

How to integrate a Expo React app with 'Google Play Games Services' like leaderboards and achievements?

I would like to create a game using react native, but I can't find methods to integrate it with google play services.