Google Play is an integrated destination for apps, books, movies, and music, accessible to users on Android devices and to anyone on the Web.

learn more… | top users | synonyms

3
votes
0answers
436 views

Why is App not compatible with Tablets after update

I have an app that's been available for over 2 years, and supported on tablets for as long as tablets have been around. I have an Asus Transformer tablet that I use for tablet testing. Before I made ...
3
votes
0answers
132 views

pushwoosh doesn't work if app istalled from google play

I integrated pushwoosh functionality inside my android app. I tested it, installing apk from eclipse, and was able to receive notifications, everything was fine. But, after uploading apk to google ...
3
votes
0answers
399 views

com.android.vending.INSTALL_REFERRER isn't working

I originally asked this question, about passing parameters through a market link into my app on install. Everyone seems to be saying to create a BroadcastListener with the intent-filter action of ...
3
votes
0answers
82 views

Email notification for when apps sell on google play?

By default I receive an email notification for when a user cancels the order and returns my app. Is there a way to change the notification settings so I receive an email when the app sells as well? I ...
3
votes
0answers
125 views

how to automate Googleplay monthly payout reports?

Regarding accessing googleplay payout reports api, to download monthly payout reports, google provide api https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Order_Report_API ...
3
votes
0answers
124 views

How do I obtain an InputStream for a song purchased on GooglePlay store?

I'm trying to play music from the google play store using audiotracks. I am trying to obtain an InputStream for a song purchased on google play, using getContentResolver().getInputStream(contenturi) ...
3
votes
0answers
764 views

Unable to link Google Play Developer Account to Google Checkout

I am a Singapore based developer and my company (Singapore Company) has registered as a Google Play Developer. According to Google ...
3
votes
0answers
220 views

App causing Force Close in Application Manager

When my app is installed from Google Play, it causes a the Application Manager on Android 2.1-update1 to force close (Android settings, Applications, Manage applications). When installed through ...
2
votes
0answers
21 views

Google Play tablet optimization tips - how to resolve issues?

When listing an app in Google Play the optimization tips tells me 3 issues: WHAT YOU SHOULD DO WHY WE ARE PROPOSING THIS Design your app for tablets Your APK needs to meet the following criteria: ...
2
votes
0answers
83 views

How to search android app based on mime type in market

Most of the applications in the Market comes up with the intent filters. How can I search the apps in the Google play based on the MIME type i.e Example: How can i search like ...
2
votes
0answers
65 views

Android Manifest support mobile devices screens only

I have a problem in dealing with <supports-screens> tag in the Android manifest. I have 2 APKs for the same application,one is destined for tablet devices while the other is destined for all ...
2
votes
0answers
82 views

Why my app is unsearchable on mobile devices? [native-platform option in developer console]

My apk file is uploaded and published on google play store about 7 days ago. The app is searchable on PC, but is unsearchable on mobile devices. Even I enter the download page by pakage name, it only ...
2
votes
0answers
320 views

How to let users see & play songs on Android to which they already have access (e.g., via Google Play)?

I'm running into a roadblock integrating music into my Android app. The goal is just to let users see & play songs to which they already have access, via Google Play Music (or any other player ...
2
votes
0answers
61 views

Detect if the app has been refunded via Google Play

I was just wondering if there is a way for us to detect/get notified when (/if) a refund occurs for the app in question (on the actual app, not any IAP). Will an event of some sort be broadcasted? If ...
2
votes
0answers
199 views

Error 500 from Google Play Android Developer REST API when getting subscription information

I've followed the complete steps to access the API as described by Google here: https://developers.google.com/android-publisher/authorization. I have managed to get a refresh token, and am fetching ...
2
votes
0answers
299 views

Getting some strange behaviour with Android In-App Billing

I'm having a whole host of, what seem to be, very strange behaviors while integrating In-App Billing into a project for a client. I'm hoping someone can shed some light on what might be the root cause ...
2
votes
0answers
288 views

The icon for your application is not valid. Please use a 48x48 PNG

"The icon for your application is not valid. Please use a 48x48 PNG." When I tried to upload my app , it shows the above error. Also I found some answers about the "\n" in String.xml file...have to ...
2
votes
0answers
339 views

Android Google Play intent referrer

I'm launching Google Play like this: Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=com.example")); ...
2
votes
0answers
384 views

Is there someone who is using Google Service Account and Google Play Api?

I need to use Google Play api service. I try to get the authorization token using "Service Account" authentication method but I always get "400 Bad request" as response and the json: "error": ...
2
votes
0answers
133 views

Is there a REST API for Google Play where I can look up the list of apps like the iTunes lookup/search service?

E.g. http://itunes.apple.com/search?term=angry&entity=software I'm trying to make an autocomplete field where the user type in the search term like "angry" and I'll get results from Google Play ...
1
vote
0answers
28 views

Update APK error

After making changes to my project I have uploaded it to Google Play. Some time after I've tried to update it (Google Play has been already refresh application info and I saw new version number) but ...
1
vote
0answers
30 views

Making in-app purchases with an google play account different from the device primary account

Sorry if the title sound confusing. I hope that I can explain better here. We know that each device can have multiple google account of which the first created google account in the device will be the ...
1
vote
0answers
277 views

Google Play Alpha App BM-PPH-01 Error

I have an app that I am making and have uploaded to the Google Play through my console and would like some people to test it. I have created a Google Group and also added a different account for ...
1
vote
0answers
96 views

Google Play In-App Purchase returns error code -1008: null puchaseData or dataSignature

I am attempting to implement Google Play in-app purchase v3, after successfully implementing it in v2. However, every single time I attempt to purchase one of my real in-app products, I receive the ...
1
vote
0answers
66 views

Retrieve overseas order amount in USD via Google Checkout API

I have paid Android apps on Google Play. I'm using Google Checkout XML API (notification history, specifically) to retrieve order details. I'm in the USA, and some of my customers are not. For ...
1
vote
0answers
181 views

Android free app with in-app billing not available in China, Serbia and Taiwan

I just published an app on Google Play, and I've noticed that it is not available in China, Serbia and Taiwan(on the Pricing and Distribution tab checkboxes next to these countries names are disabled ...
1
vote
0answers
23 views

How do you make a single space between the first and second paragraph in an Android app description on Google Play?

I have tried both the new and old developer console using Chrome. If you enter a single blank line between the first and second paragraph in the "Description", the published app description appears ...
1
vote
0answers
172 views

Android, sideloading applications and keep them up to date via Google Play

My company would like to give an Android device to a group of our selected customers. Doing that, we would like to provide users with our mobile app. The app is already on Google Play, but we would ...
1
vote
0answers
53 views

Changing In App Billing v2 Subscription

Using IAB V2 it is possible to let users subscribe for your particular subscription id. But is it possible to offer multiple subscription levels e.g basic ($1), silver ($2), Gold ($5), Platinum ($10 ...
1
vote
0answers
54 views

How to add app review on google play programmatically?

I'd like to request reviews or add new review for a package (with quotas to avoid spam of coarse). So has Google Play reviews API?
1
vote
0answers
258 views

Android/Phonegap app APK too big for Google Play. How to implement extensions?

I have finally been able to get my phonegap/dreamweaver app build to work for Android and have a working APK file. however, the final APK is going to be much larger than 50mb (google plays limit) due ...
1
vote
0answers
115 views

Android Apps Disappearing

I am having an issue of apps disappearing. I have two applications that have been uploaded to the same developer account. When both are downloaded (on the device at the same time), only one is ...
1
vote
0answers
76 views

Google Play License Service: Assertions about the userId field?

According to its reference implementation, we are to assume that the Google Play Licensing Serv{ice,er}, in the userId field of its response, returns an // Application-specific user identifier. On the ...
1
vote
0answers
42 views

Issues with onServiceConnected and ICS

So I'm currently trying to implement in-app purchases in the game android game I've been working on, and am having some troubles. Basically, the in-app purchase will be to remove ads. So when the ...
1
vote
0answers
139 views

Google checkout transactions for google play account

Situation: Our company has an application in Google Play. Application uses in-app purchases and information about payment transactions are shown in google checkout. Our company used in-house ...
1
vote
0answers
119 views

currency symbol to iso code on Android

Is there any way to convert a currency symbol to the corresponding ISO code in Java/Android? I have seen that Google Play in-app billing APIv3 can send us the item price including the currency ...
1
vote
0answers
136 views

Do need to code for expansion files for android?

We have andriod based application which has image(say three sets of images in A,B,C folders) galleries.As size of images is big in MBs we want to use expansion files.Images in eclipse resides inside ...
1
vote
0answers
50 views

Dynamic App Download from Google Play

i have an Android App on Google Play called App-1. Basically, i want to create an In App Purchase for my user. After the purchase of In App Purchase, i want to download app-2. Just like the app "MY ...
1
vote
0answers
128 views

Want to place an apk on amazon store

I want to place apk file of an application on Amazon app store. Regarding this i want to know something related to Amazon app store. For example one person download "xyz" application from Google Play ...
1
vote
0answers
1k views

How to resolve google play payment error?

I have been developing android app,Which has subscription enabled via in app billing.I tried to test the subscription with two gmail account, but when every time I tried to test it says that “Your ...
1
vote
0answers
99 views

In browser of Toshiba Thrive tab, how to add(sync) another google account or remove existing account

In my office, I have Toshiba Thrive tab. In that when I tired to download a app from play store, it giving the error "You haven't accessed the Google Play Store app(the white shopping bag app icon) on ...
1
vote
0answers
382 views

what layout does Google Play use?

I use GridView to display image. When scroll to bottom of GridView, more image will load and display use notifydatasetChange(). But when notifydatasetChange() call, all image reload. I want only new ...
1
vote
0answers
55 views

Releasing packages on Play store

So, I have a fairly large app that I'd like to distribute via packages in the Play store. I see this tactic used quite often. I haven't seen much in the way of actually doing it. From what I've ...
1
vote
0answers
296 views

How can I find out user's google play country?

In my app I have in app billing support, since there is no API to get the price of an item before actually showing the user the buy UI, I am currently thinking on hard coding the price for the in app ...
1
vote
0answers
251 views

Google play excluding my app due to cache partition size

I have uploaded my app to Google Play and now I realize that it's filtered for some devices like HTC Wildfire S. Searching in the web, I found out that it may be due to size of cache partition. My app ...
1
vote
0answers
228 views

Android live wallpaper not showing in Google Play on my tablet

I wrote my first Android live wallpaper and published it in Google Play. I tested it first on my tablet (Manta MID001 with Android 2.2) by installing it from an apk file and it was working fine. I ...
1
vote
0answers
160 views

Google Play badge with https

I need to integrate on my website a Google Play badge for linking to an Android app on Google Play, with https. The badge generator offers the badge in http version: ...
1
vote
0answers
67 views

How to share Android App with an ID

I'm looking for a way to give mobile users the ability to share an Android App along with an ID. Now I know how to share an App and customize a text for that, but is there any way we can have query ...
1
vote
0answers
265 views

App installed from Google Play doesn't appear in menu after installation

I have a problem. I have registered in Google Play and uploaded my app. But after installation, the app doesn't open and the app isn't in the menu. So what should I do to make it appear?
0
votes
0answers
6 views

APK android doesn't show after google play have changed

There are some reason for any APK do not show more at google play have updated ? We are looking for answer why our App, whithout any change at manifest, didn't appear more after the google changed. ...

1 2 3 4 5 6