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
0 answers

Issue with crash report in play developer console

I recently received a crash report in Play Developer Console for my app. However, I found myself unable to diagnose the issue as the stack traces in the crash report point to a class which are not there in my app. The stack trace in the crash report…
0
votes
1 answer

How can I prevent MapView from using mobile data without limiting the rest of the application?

My application uses MapView from Google API 2.0. Mobile data usage is a concern, so I want to limit Google Maps to use Wifi only. When I block all network connections, I see cached map data which is all I need for most cases. But I also have some…
0
votes
1 answer

Google Play: My application doesn't appear on Android Wear category

My company has a handheld application published and in the last release we've added an Android Wear app to it. When the users download and install it, it works on the Android Wear devices too, but it doesn't appear under Android Wear…
Guillermo Merino
  • 3,197
  • 2
  • 17
  • 34
0
votes
2 answers

What is the correct protocol to fix a bug to an already published app on Google Play?

I have an app on Google Play and I tried finding resources on how to "correctly" fix a bug in my app? Do I un publish my app then upload a new APK? I tried this, but I get the message: "Upload failed You need to use a different version code for your…
Teodorico Levoff
  • 1,641
  • 2
  • 26
  • 44
0
votes
2 answers

Why my application doesnt support all devices in google play ?

My application doesnt support about 2000 devices . What is problem ? Is the gradle and manifest file suitable to support devices. For example HTC Desire 310 and HTC Wildfire doesnt support my application . gradle minSdkVersion 10 …
hkaraoglu
  • 1,345
  • 1
  • 15
  • 34
0
votes
3 answers

Google play Key in manifest made a lot of errors and red exclamation mark

So i followed this guide https://developers.google.com/maps/documentation/android-api/signup and created a new Google Developer Console project in here https://console.developers.google.com/home I put my Eclipse project package name and got the…
0
votes
1 answer

What is match status and turn status when a game expire in Android google play service?

Example : Participants : player1 and player2 last updater : player1 player2 has not respond for two weeks. What would be match status and players status?
0
votes
1 answer

Does google ads id matter for google play store install count?

We have created AppTracking SDK for Android App analytics , we track app installs. In fact issue is app install count in google play store and our SDK install count is different .I used google ads id in SDK with ensuring it's polices. What is issue…
0
votes
4 answers

Create Android app in multiple languages

I have submitted an Android app to Google Play and I see that I can create different descriptions for each language it supports. My question is: can I create a different APK for each language? Alternatively, how can I detect the user's preferred…
user411103
0
votes
1 answer

How add new localization for achivment or lederboard items via Play Games Services Publishing API

When I add new localization (which not manually added for the game) in the requesting JSON (https://developers.google.com/games/services/publishing/api/achievementConfigurations) for updating achievements or leaderboards the server return following…
0
votes
0 answers

Google play console alert "detected incorrect implementation"

Hello i recently created a game with Leaderboard option and i submitted it on google play ..before publishing my game they said i must create 5 achievements so i did that and everything goes well after couple hours i got an alert from google play…
0
votes
2 answers

Crashes and ANR on android developer, unknown classes

Today i've checked my crashes and ANR on my google play developer account, The thing is for every crash, The location of the error doesn't exist in my project. I'm getting something like: nameofpackage.ui.activities.ak.a My package called…
0
votes
0 answers

Admob not updating Impressions/Clicks after uploading it on playstore

I had created a banner admob ad using this link. App it was working good. I even got publisher id and I was able to view impressions and clicks from Admob website. But after I completed the development, I uploaded the app on play store and i am not…
0
votes
1 answer

Google Play Multiplayer: No connection to other players

I'm currently developing a game using Google Play Multiplayer Services. Everything works fine, e.g. login to Google+, leaderboards and achievements.Now I try to add a multiplayer function (via the Google Play Games network). My code does not throw…
0
votes
1 answer

Google Play subscription inconsistent auto-renewal

My app is using the /androidpublisher/v1 of googleapis to validate Google Play subscriptions. (Will be upgraded to v2 in the near future) Every month every user subscription is usually automatically renewed, and I get a new receipt response from the…
Shakkalakka
  • 439
  • 4
  • 12
1 2 3
28
29