1
vote
1answer
57 views

Is it bad practice to publish an android app that only serves as a license? [closed]

I have a game out and I'm releasing an expansion for it soon. I'd like to publish the expansion as a separate app on Google Play. In reality, that expansion app won't do anything. When the expansion ...
3
votes
1answer
66 views

Hide application on Google play

For testing in app billing i have to publish my application on google play. But i dont want my application to be visible for download, because that in app billing isnt tested and there are some other ...
0
votes
0answers
47 views

How to modify “SHA1” in my released keystore app

I made my app using appsgeyser of which was version0.1. I made the same app with more features on phonegap and updated my version to 0.2. Everything goes fine BUT while uploading my apk to google ...
0
votes
1answer
39 views

app recently published “has stopped”

I recently published my app on Google Play, but when I install it and run it simply don't run and message me "app has stopped". On my device and emulator it runs normally, and I don't know what to do. ...
-1
votes
1answer
89 views

Scheduling a publish to Google Play Android Market

I have an application published to the Google Play store (version 1) and I have planned to update it soon to version 2. I have already uploaded the updated APK, but I don't want to publish the new ...
1
vote
1answer
200 views

App not showing in google play app but does through web browser

Is anyone having issues viewing their apps through an Android device on Google Play? WE average 20 - 30 sales a day, and two days ago sales just disappeared. (1 -2 a day). When searching for the app ...
-1
votes
3answers
367 views

How developers update their applications in Play Store? [Android] [closed]

I'm considering publishing my application to Play Store. And since I don't have yet developer's account I would like to find some information before. E.g. how developers could update their ...
0
votes
1answer
128 views

googe play publishing - how to speed up publishing of new app releases

I just published a new release of an android app on google play yet it seems to take ages for it to appear for the users of the google play store. In the developer console it is immediately updated so ...
0
votes
1answer
72 views

Deploying app communicating with unsecured service on google play

I have an android application which communicates over plain tcp/ip (no http) connection with my server. Server is oriented to handle many simultanous client connection and is written in apache mina. ...
-1
votes
1answer
951 views

My app is not showing in google play

I uploaded my app to google-play about 18 hours ago, but it is not showing up. Developer console is saying "Published". I guess it should be viewable at url ...
0
votes
1answer
72 views

I've uploaded apk for release. How to upload other files with images?

I have created signed and proguarded release apk of my Android app in IntelliJ IDEA 11. I uploaded it to the Google Play. But only apk. How should I upload project images (I guess they are in ...
0
votes
1answer
117 views

Android: Is publishing an application to Google Play with the default icon allowed?

Just want to know if publishing an application on Google play is allowed using the default Android icons ? My application got published successfully without and error, but it's been about four hours ...
2
votes
2answers
203 views

Publishing Java application

After coding and testing a Java application (lets say with Eclipse, but not necessarily) what steps should be taken to publish the final version. For example, with a Android application, you have to ...
1
vote
1answer
3k views

published Android App Is Not Visible On Google Play

I just published my first android application on Google Play. However, although i see the app on developer console as published, i can't see it on Google Play. I tried to access it from direct url ...
1
vote
2answers
350 views

Do I need to use the same certificate for all my Android Apps?

Do I need to use different certificates to sign different apps if they are all published under the same Google Play account or can I use always the same? If there is no particular requirement, what is ...
1
vote
1answer
231 views

Android paid app, free download for publisher?

Is there some way I can publish a paid app on the Android Market (Google Play) and then maybe specify an gmail address from which it's free to download? I want to download my own app From the market ...
3
votes
0answers
765 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 ...
1
vote
2answers
84 views

Apk Deployment Error

I'm getting the error when trying to upload my apk file: 'dump failed because no androidmanifest.xml found' Does the package name in the AndroidManifest have to be the same as the deployed apk name? ...