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

Using flavors for publishing an app on AppGallery and Google Play

I am trying to figure it out how to publish my app on AppGallery and Google Play. (My app is currently available on Google Play) I am researching it for three hours and the best option looks like using flavors. Because I want to use same code base…
3
votes
1 answer

I get UNAUTHENTICATED error when I call Method: purchases.subscriptions.get endpoint

When I try to call https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/purchases/subscriptions/{subscriptionId}/tokens/{token} from my backend server to verify a purchase I receive : { "error": { "code":…
zeus
  • 12,173
  • 9
  • 63
  • 184
3
votes
1 answer

Google InApp Reviews for Unity: ClassNotFoundException: com.google.android.play.core.review.ReviewManagerFactory

Very silly one. I'm trying to integrate Google's In-app Reviews feature into my Unity application and after deploying build I'm getting the following runtime error message on logcat console. I followed guide from Google and it looks like there are…
onio
  • 68
  • 7
3
votes
1 answer

Android Play Core InAppReview Api Dialog not showing up

I'm trying to utilize the Review API (Play Core library 1.8.0) from Google which was just released today. See https://developer.android.com/guide/playcore/in-app-review. I am currently using it using the following code: public void inAppReview() { …
my_box
  • 41
  • 1
  • 2
3
votes
2 answers

Disable Google Play Services warnings in new Huawei devices without GSM

After USA and Google restrictions on Huawei devices my app warn multi times that : App won't run without Google Play services, which are not supported by your device. Application has some dependency about google apis but there is no serious…
3
votes
0 answers

Nearby Connections 2.0: simultaneous connection requests fail on both devices

I am working on a P2P chat application where I connect with devices and save their info in local Room database. Every time the app is launched, I start advertising and discovering (at the same time) in order to see other nearby devices but also be…
3
votes
1 answer

Google play Developer Api - Voided Purchases

I'm facing an 403 error when using this endpoint: https://developers.google.com/android-publisher/api-ref/purchases/voidedpurchases/list But the error only occurs when I pass the startTime/endTime param, without this parameter I can access this…
3
votes
1 answer

Does 'Maps SDK for Android v.3.0.0 BETA' work on devices without Google Play Services?

Does 'Maps SDK for Android v.3.0.0 BETA' work on devices without Google Play Services? From the doc: Version 3.0.0 beta of the Maps SDK for Android is a new implementation with the same API surface as the previous version (...). The main areas of…
questioner
  • 2,283
  • 3
  • 26
  • 35
3
votes
1 answer

GoogleServices - How to set different applicationId for each flavor combination using flavorDimensions?

I have old apps using non compliant applicationId. I trying to migrate them with flavorDimensions to share so common assets & code. I have this flavors setup : defaultConfig { applicationId "com.example" } flavorDimensions 'fruit',…
Aure77
  • 3,034
  • 7
  • 33
  • 53
3
votes
2 answers

Flutter app crashing on android 10 & R with No static method isAtLeastR

I've seen a few issues similar on Stack overflow, but not one that quite relates to the same libraries. I'm trying to use 2 plugins in flutter flutter_geofence and geolocator They've both been working fine, but since yesterday as soon as of the…
Andrew
  • 7,548
  • 7
  • 50
  • 72
3
votes
0 answers

How to check Google Play Services compatibility at runtime?

I have an Android app that is using Google's com.google.android.gms.maps.SupportMapFragment. On certain emulators I am running into an issue where instead of displaying the map, the following message is displayed Your App Name is having trouble…
neonDion
  • 2,278
  • 2
  • 20
  • 39
3
votes
2 answers

Samsung 8+ does not receive any Activity Recognition events

I'm running the Google Codelab Android Activity Recognition API example on my Samsung 8+ https://codelabs.developers.google.com/codelabs/activity-recognition-transition/ And although the example starts fine on my phone, I do not get any events from…
3
votes
4 answers

Migrating a Cordova Android project to AndroidX

I am currently testing a hybrid Cordova/Android app with AdMob test ads. The app uses one custom - i.e. in-house - plugin from which I access the Google Play Services AdMob API. The relevant bits of the plugin.xml file are as follows
DroidOS
  • 8,530
  • 16
  • 99
  • 171
3
votes
1 answer

java.lang.IllegalArgumentException: Upsert affected multiple rows

When i try to login into game play services inside my app in android with specific email ID in my phone, i'm getting the following error. But same ID is working in other devices within my app. E/AndroidRuntime: FATAL EXCEPTION: lowpool[1] Process:…
3
votes
0 answers

How to test Google Play Install Referrer Library

Is there a way to test this Google Play Install Referrer Library without first having to add my app to the Play Store/Test track.
kavya_
  • 126
  • 1
  • 5