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
4
votes
3 answers

Using the new Google Play Services

I'm getting the follow error: google-play-services_lib] Could not find google-play-services_lib.apk! Complete Console: [2013-05-17 16:41:50 - MapAlert] Android Launch! [2013-05-17 16:41:50 - MapAlert] adb is running normally. [2013-05-17…
Beko1997
  • 128
  • 1
  • 1
  • 9
4
votes
4 answers

Segmentation fault with aapt

Trying to build and Android project using Maven, we are not able to compile it with google play services apklib with it. I've tried to remove all the languages from the apklib, just keeping the default one, and it seems to be able to execute aapt…
4
votes
3 answers

The latest com.google.android.gms for google play services revision 6

I was running my Android Google Maps application using Google Play services revision 5 and it worked well... I updated my Google Play services from revision 5 to revision 6 and now it won't run and produces this warning: Google Play services out of…
4
votes
2 answers

What happens when I "remove" a paid app from the Apple and Android App Store?

Suppose I have two sets of apps, approved and currently for sale, in the iTunes Store and in the Google Play Store: on is called Foo Free and the other Foo Paid. Foo Free is a free application, for iOS and Android. Foo Paid is the same application,…
janesconference
  • 6,333
  • 8
  • 55
  • 73
4
votes
0 answers

Google play store is giving extra credits to user?

We are using server side validation for validating in-app subscription in play store. Google returned such a response for one of the requests - { kind: "androidpublisher#subscriptionPurchase", initiationTimestampMsec:…
Shrinath
  • 7,888
  • 13
  • 48
  • 85
4
votes
8 answers

Google Play Services missing on Android 2.2 emulator while using Google Maps API v2

Hey I am trying to use Google Maps on my emulator even though I've installed Google Play Services library when I run the app it says This app won't run without Google Play Services which are missing from your phone on LogCat I get the warning…
4
votes
1 answer

MapView - Android

Hello I'm trying to add MapView to LinearLayout this is my code: GoogleMap mMap = mMapView.getMap(); if (mMap != null) { CameraUpdate cameraUpdate = CameraUpdateFactory.newLatLngZoom(new LatLng(-33.87365, 151.20689), 10); if (cameraUpdate !=…
4
votes
4 answers

Android SupportMapFragment Exception Error

I am trying to use the new Google Play Services Lib and embbed Maps in side the Maps Fragment as below PlaceMapsFragment.java public class PlaceMapsFragment extends SupportMapFragment { private GoogleMap mMap; private LatLng mPosFija; …
3
votes
0 answers

Google play Integrity best practice

We want to implement an integrity checking system in our free app that doesn't support sign ups, to make sure the app isn't modified and isn't installed from outside of the Play Store. We want to make it so that the server only responds to valid…
3
votes
1 answer

My Flutter android app with location based suddenly throw exception at google play service

I don't know what changes make it. I guess it start with flutter upgrade from 3.3.5 to 3.7.0. I spent all day long with this problem. Downgrade not work. Project clean not work. New git checkout and build not work. Here was an answer on react…
seung hwan Son
  • 183
  • 1
  • 7
3
votes
1 answer

Invalid login credentials while Google Play reviews Flutter app

I have uploaded my Flutter app to the Google Play store and requested a review so the app can be published. App content is hidden behind google sign-in. I have provided demo account for the reviewers, but app keeps getting rejected because of…
3
votes
1 answer

Google Play integrity always throwing error code -1 [Integrity Api not found]

Recently I am adding Google play Integrity. I have added google service json file to the project , enabled API on google cloud console and updated Google Play Store on my mobile, but I am getting still the error code -1 [Integrity Api not found] My…
eager
  • 597
  • 8
  • 18
3
votes
0 answers

Attempt to invoke virtual method com.intentSender android.app.PendingIntent.getIntentSender() NullpointException

Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.magnolia.android.app/com.android.billingclient.api.ProxyBillingActivity}: java.lang.NullPointerException: Attempt to invoke virtual method…
3
votes
1 answer

Conflicting Task class, google service gms vs core

I encountered this error while building my app after adding in app review feature. Other similar problems seems to advise on correcting the dependencies version but both gms and core seems to be on the latest (no warning sign on android studio).…
ewin.str
  • 109
  • 1
  • 9
3
votes
0 answers

Execution failed for task ':app:mergeExtDexDebug' when building a project

The following error occurs when building a project: * What went wrong: Execution failed for task ':app:mergeExtDexDebug'. Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Failed to transform play-services-ads-11.0.1.aar…