Questions tagged [google-play]

Google Play is an integrated destination for apps, books, movies, games, and music, accessible to users on Android devices and to anyone on the Web. (Note: Support questions regarding the Google Play and/or Google Play Console should be asked in the relevant support forums or by contacting support).

Google Play, formerly the Android Market, is a digital distribution platform for applications for the Android operating system and an online electronics and digital media store, operated by Google. The service allows users to browse and download applications developed with the Android SDK and published through Google, as well as music, magazines, books, movies, and television programs. Users can also purchase hardware, such as Chromebooks, Google Nexus-branded mobile devices, Chromecasts, and accessories, through Google Play.

Applications are available through Google Play either free of charge or at a cost. They can be downloaded directly to an Android or Google TV device through the Play Store mobile app, or by deploying the application to a device from the Google Play website. Many applications can be targeted to specific users based on a particular hardware attribute of their device, such as a motion sensor (for motion-dependent games) or a front-facing camera (for online video calling).

On March 6, 2012, with the merging of the Android Market and Google Music, the service was renamed Google Play to coincide with the rebranding of Google's digital distribution strategy. The services operating under the Google Play banner are:

Related tags

Resources

FAQ

11588 questions
5
votes
2 answers

how to get google play to mark unity game as designed for tablets?

i'm trying to publish my unity game on google play and i cant find an answer to this error anywhere. when i upload a 10" screenshot google play says "You uploaded screenshots for 10-inch tablets, but your APK does not seem to be designed for 10-inch…
Galatia420
  • 61
  • 6
5
votes
2 answers

How to check purchase state of subscription in all new Play Billing Library?

Hi am using new Play Billing Library for in app subscriptions. https://developer.android.com/google/play/billing/billing_library.html Everthing works perfect and am able to subscribe the product. But i didn't find any ways to check the purchase…
5
votes
3 answers

Android: How to get information about caught exceptions in Google Play Developer Console?

When an app which is deployed in Google Play Store crashes, you see these crash reports. Let's say I have exceptions which are caught and logged with Log.e, is there a way to see these exceptions as well in any way? In other words: When I want to…
Bevor
  • 8,396
  • 15
  • 77
  • 141
5
votes
0 answers

How can I tie Google Play Billing subscriptions to specific accounts?

My app has user accounts. Users can create an account, login, and consume content. I'm interested in creating a subscription model for certain content and using Google Play Billing as a medium for processing those subscriptions. However, it appears…
5
votes
1 answer

Android market legacy copy protection

I have an application on the Android Market that was published over a year ago using the market legacy copy protection (which is still active but depreciated over the new licensing model). I have read many accounts that if I turn off the legacy…
fupsduck
  • 3,129
  • 1
  • 19
  • 18
5
votes
1 answer

Android App showing new version on play store, but downloading old APK

I have submitted an update to my Android app on the Google Play Console and it was approved, and shows newest version on Google Play Store. However, when I download app on Play Store, the old version APK is what is downloaded, not the new…
Neil
  • 95
  • 3
  • 9
5
votes
3 answers

Cosu app development through Android Management Api or device owner locktask

i have to implement single use application for my Enterprise's devices where there is only one major android app that itself can use 2-3 other apps like call, sms and google maps, other than that user must not be able to use or access other apps…
5
votes
1 answer

Android Google Play App Signing with Multiple Apps

I work for a large organization with potentially multiple apps that we'd like to release on the Google Play Store. I like the idea of using Google App Signing rather than managing the signing keys ourselves. After enabling this, each uploaded app…
caukajun
  • 133
  • 1
  • 7
5
votes
2 answers

Stop rollout android application update in new Console

We have unfortunatelly released a buggy version in Play console. Few hundreds of users have already downloaded this version. While developers are working on a fix I want to stop publishing this update. But there is no Advanced screen in new Google…
Leos Literak
  • 8,805
  • 19
  • 81
  • 156
5
votes
3 answers

How to link to GooglePlay to rate a game (Unity3d)?

I use Unity3d make a game. I want to make a button in the game, and players can click on this button to link GooglePlay and rate my game. What plugin I need and how to do this? I just found this: link
Adrian Min
  • 79
  • 1
  • 1
  • 10
5
votes
1 answer

Does Android “Installs targeted by rollout” refer to the percentage of users able to SEE update or able to INSTALL update?

I have uploaded a new version of my Android App I have released to the app store. Currently I am rolling it out slowly, using the "Update Rollout" feature on the Google Play-store. The app has been heavily tested, but wanted to test what the…
Luke
  • 1,077
  • 13
  • 33
5
votes
1 answer

minSdkVersion Error when uploading APK to Android Market

When I try uploading the APK to the Android Market, I get this message: Market requires the minSdkVersion to be set to a positive 32-bit integer in AndroidManifest.xml. But I have defined android:minSdkVersion in my Manifest...
Chris
  • 5,485
  • 15
  • 68
  • 130
5
votes
0 answers

Google Play Store installs/uninstalls/sales API

I'm trying to find an API to fetch the number of installs, uninstalls and sales for my app on Google Play Store, with filtering by date, but I haven't found anything like that, only for iOS. Does anybody know one?
5
votes
1 answer

Google Play App Signing service's main advantage?

Is the new Google Play App Signing service's, main purpose to solve the issue of having to hard code your publisher public key into the APK's source code, as in base64EncodedPublicKey = "ABCjjjjas..." ?
microwth
  • 1,016
  • 1
  • 14
  • 27
5
votes
1 answer

Maintaining and organizing purchases on multiple platforms

I have an application for various platforms. Let them be iOS, Android and Windows. In order to use a app, a monthly fee needs to be paid, but it just needs to be paid once in order to use all platforms. It is the same as with Spotify, so by paying…
thardes2
  • 1,162
  • 12
  • 28
1 2 3
99
100