Questions tagged [google-play-developer-api]

The Google Play Developer API allows you to perform a number of publishing and app-management tasks in an automated way.

The Google Play Developer API allows you to perform a number of publishing and app-management tasks in an automated way.

Google Play Developer API

432 questions
0
votes
1 answer

Android, using Google Play Services Api connection requires to pay a fee?

I am developing an app which requires to use the Google Play Services API because it is an online multiplayer game and Google Play Services suits me good in about I want to do. As I read here:…
0
votes
2 answers

android inapp billing error IInAppBillingService.aidl

I'm implementing billing in app and getting following error while building project. C:\Users\user\AndroidStudioProjects\Blessd\app\src\main\aidl\IInAppBillingService.aidl:46 interface IInAppBillingService should be declared in a file called…
0
votes
1 answer

Python- performance issue with mysql and google play subscription

I am trying to extract the purchase_state from google play, following the steps bellow: import base64 import requests import smtplib from collections import OrderedDict import mysql.connector from mysql.connector import…
pm1359
  • 622
  • 1
  • 10
  • 31
0
votes
2 answers

Reply to Reviews API | Google Play Developer API

I am working on creating a web/app for my company (in my free time) to provide access for our customers to retrieve and reply to google reviews for apps we have published for them. Google has released a Reply to Reviews API which should work for…
0
votes
1 answer

How to resolve import com.google.android.gms.common.api.ResultCallback;

As we know google-play-services are divided in to different small classes.(screesnshot 1 ) I am trying to find the suitable class for import com.google.android.gms.common.api.ResultCallback; but cannot able to find that. If someone know which class…
0
votes
1 answer

Can't retrieve the play store reviews for my app

I am trying to get the reviews for my app from the playstore using the new reviews api from the android publisher service. The app key is me.jadi (https://play.google.com/store/apps/details?id=me.jadi) as you can see it have reviews posted for…
djandreski
  • 334
  • 1
  • 4
  • 24
0
votes
1 answer

PHP - How to access android apps report from Google Play Develop Console?

I want to access monthly installs reports from Google Play Store in PHP. I have not find any Google Play Store API for same. Can any one help me on this ? Thanks a lot in advance.
Pankaj
  • 360
  • 5
  • 22
0
votes
1 answer

google play developers account showing less amount of downloads

My google play developers account showing less amount of downloads while analytics used in my app shows more. currently my Google play account shows 100-150 downloads per day for my app while my analytics shows 3000-4000 downloads per day. There is…
0
votes
1 answer

Is there way to get notifications from Google Play Developer Console about delivery of updates of APK?

I want to get notifications about ending period of accepting and updating of my application from Google Play Console, but I didn't find any way to get them. Is there way to get notifications from Google Play Developer Console about delivery of…
Pavel Strelchenko
  • 536
  • 1
  • 6
  • 19
0
votes
1 answer

Cant upload app on Play Store ( Pricing & Distribution error)

I'm trying to add app on play store.It's my second app.There was no problem during uploading of my first app. I've finished APK,Store Listing and Content Rating,but When I switch from navigation to Pricing and Distribution,on The top of the page…
0
votes
2 answers

Same Android version and same device model, but only one cannot download app

How is it possible that Galaxy s7 both with Android 6.0.1 behave differently in Play Store? One I can download. Another will say "Your device isn't compatible with this version." This is also true for Galaxy s6 with Android 5.1.1. This is not a once…
0
votes
1 answer

Google Play Services -Handling Multiple Accounts On a single device

Following is the order of execution of my game which accesses Google Play services. STEP1: Google Sign-In Screen with two available users is displayed. (USER1 and USER2) STEP2: A user is selected and logged in successfully. STEP3: The user plays the…
0
votes
1 answer

App launched in play store giving security alert

We created a mobile app using "Tools for appache cordova for visual studio 2013 - CTP 3.1. The app is launched successfully in playstore. But in recent days when we login in our play store id, we receive a warning. " Security alert Your app is…
0
votes
1 answer

Android App Deployment Status list?

I am deploying several apps to the Google Play Store and I'd like to be able to check their status without entering into the google play developer console. I'd like to be able to check the status of the app, but I can't find a curated list of the…
Lee Jacobs
  • 1,692
  • 3
  • 12
  • 21
0
votes
2 answers

Android Developer Console does not track "Crashes & ANRs"

To track crashes on my app I do use Crashlytics/Fabric, but I also would like to have some statistics on Google Play Developer Console, inside the section "Crashes & ANRs". It happens all the crashes are being tracked in Crashlytics/Fabri but not…
Bugdr0id
  • 2,962
  • 6
  • 35
  • 59