Re: [android-developers] New app doesnt show in Google Play

2013-04-03 Thread bergstr
and, to finalize: this is a bug in Google Play. the behavior of all stores should be the same, and if a declaration is invalid, there should be some way to find out (like some specific error message in dev. environment or console) other than trial and error Am Dienstag, 2. April 2013 21:37:15

Re: [android-developers] New app doesnt show in Google Play

2013-04-02 Thread bergstr
that wasn't the reason. I am lost. Spent one year to develop this app, and cant get it onto this #?='* store. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] New app doesnt show in Google Play

2013-04-02 Thread Piren
If google doesn't use that attribute to filter, it means that it will show for all devices regardless of that attribute, so you dont have to worry about that (not filtering means the app should show). You're probably being filtered by a different attribute you've used (screen sizes, api

Re: [android-developers] New app doesnt show in Google Play

2013-04-02 Thread bergstr
thanks for all sympathies so far.. Heres the package name: com.byterefinery.mediasteersman Heres the app name: MediaSteersman UPnP Heres all the relevant stuff from the manifest: uses-sdk android:minSdkVersion=14 android:targetSdkVersion=17 / uses-feature

Re: [android-developers] New app doesnt show in Google Play

2013-04-02 Thread bergstr
First thing first, you should go to the console and check your app settings. It will also tell you what devices are being filtered and why... thats what I did. All my devices (currently, a Nexus 7 and Nexus 10) show up in the compatibility list. BUT the app doesn't show up when searched

Re: [android-developers] New app doesnt show in Google Play

2013-04-02 Thread RichardC
It will install on my Vodafone HTC HTC Sensation Z710e On Tuesday, April 2, 2013 6:19:41 PM UTC+1, bergstr wrote: First thing first, you should go to the console and check your app settings. It will also tell you what devices are being filtered and why... thats what I did. All my

Re: [android-developers] New app doesnt show in Google Play

2013-04-02 Thread bergstr
Am Dienstag, 2. April 2013 19:35:35 UTC+2 schrieb RichardC: It will install on my Vodafone HTC HTC Sensation Z710e .. which it shouldn't. The app is really only designed for tablets, I added the largeScreens=true because I hoped it would fix this issue. You mean you can search for it from

Re: [android-developers] New app doesnt show in Google Play

2013-04-02 Thread a1
W dniu wtorek, 2 kwietnia 2013 19:19:41 UTC+2 użytkownik bergstr napisał: First thing first, you should go to the console and check your app settings. It will also tell you what devices are being filtered and why... thats what I did. All my devices (currently, a Nexus 7 and Nexus 10)

Re: [android-developers] New app doesnt show in Google Play

2013-04-02 Thread bergstr
just changed that and uploaded. Now the number of compatible devices has been REDUCED from 1204 to 315, but they're all tablets, so this may be ok. The change to that element seems to have triggered SOMETHING. If this was it (we'll see in a moment when the upload is visible), then I am P*O* to

Re: [android-developers] New app doesnt show in Google Play

2013-04-02 Thread bob
I can see your app now. That change seems to have worked. Thanks. On Tuesday, April 2, 2013 1:26:37 PM UTC-5, bergstr wrote: just changed that and uploaded. Now the number of compatible devices has been REDUCED from 1204 to 315, but they're all tablets, so this may be ok. The

Re: [android-developers] New app doesnt show in Google Play

2013-04-02 Thread bergstr
yeah, I can see it now, too. So, to summarize: a tablet app with only one decl like this: supports-screens android:requiresSmallestWidthDp=600/ will NOT be visible in the on-device Play app, but it WILL be visible and installable in the web store. an app with this: supports-screens

[android-developers] New app doesnt show in Google Play

2013-04-01 Thread bergstr
Hello, I have just released a new tablet-only app to the Play store. I can search from a desktop browser, and use the URL to see the market entry and install the app from my tablet devices (Nexus 7 and 10). However, when I open the play store on one of the tablets and do a search for any of

Re: [android-developers] New app doesnt show in Google Play

2013-04-01 Thread Michael Banzon
If you want someone to help search for the app you could give the name? ;-) On Mon, Apr 1, 2013 at 11:14 AM, bergstr sell.bergst...@gmail.com wrote: Hello, I have just released a new tablet-only app to the Play store. I can search from a desktop browser, and use the URL to see the market

Re: [android-developers] New app doesnt show in Google Play

2013-04-01 Thread bergstr
the app cannot be found through the name, or by any other means, if you search from within the Play app. It can be found only from the play store in the web. I think the reason is that I use the supports-screen qualifier with an * android:requiresSmallestWidthDp* attribute. Somewhere down in

[android-developers] NEW APP: Battery Saver Flashlight

2012-08-28 Thread Jason Hsu
Check out my latest Android app, the Battery Saver Flashlight. It's available for free on Google Play at https://play.google.com/store/apps/details?id=com.jasonhsu.batterysaverflashlightfeature=search_result#?t=W251bGwsMSwxLDEsImNvbS5qYXNvbmhzdS5iYXR0ZXJ5c2F2ZXJmbGFzaGxpZ2h0Il0 . This

[android-developers] New app: Battery Saver Flashlight

2012-08-28 Thread Jason Hsu
Check out my latest Android app, the Battery Saver Flashlight. It's available for free on Google Play at https://play.google.com/store/apps/details?id=com.jasonhsu.batterysaverflashlight . This flashlight app lets you conserve battery power with convenient in-app options to disable your

[android-developers] New App Version And Old Data

2012-05-23 Thread Omri
Hey All, I'm gonna release a new version of my app soon and I wanna make sure my users don't lose their data and I know what to expect. So I'm storing all the users data inside this directory: myContext.getDir(User, Context.MODE_PRIVATE) Am I correct in assuming that if the user gets the

Re: [android-developers] New App Version And Old Data

2012-05-23 Thread TreKing
On Wed, May 23, 2012 at 11:14 PM, Omri o...@omrikalinsky.com wrote: Am I correct in assuming that if the user gets the latest version in google play and upgrades without reinstalling the old version first that all the files and folders in this directory will remain the same as before the

[android-developers] New app listing order in Market app search

2010-09-24 Thread Mark Carter
Before today, when entering a search term into the Market app, the results at the top of the search would all be exact matches of that search term against the app name. For example, type translate and the user will see all the apps called translate before the Google Translate result (which is by

[android-developers] new app please

2009-06-24 Thread lafemin...@aol.com
can someone come up with an app to watch streamming baseball and get audio for baseball games like the iphone has please im begging like the 1 mlb has on the iphone apps --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] new app

2009-06-24 Thread lafemin...@aol.com
can someone develop an mlb at bat app like the iphone has please --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] New App / TextBack (Auto SMS reply with Current location and custom settings per each contact)

2009-05-25 Thread Ravi
TextBack Geo Acknowledge missed calls and incoming SMS without touching your phone. Optionally send where you are as a google map. Great when you are driving and need to answer where you are to loved ones with out looking around, lifting the phone or texting. Customize setting per each contact

[android-developers] New app update force closes immediately on startup!

2009-03-31 Thread rcs
Hello all... This morning, we updated our app on AM; this was our first update since release of Android 1.1. In testing, on the emulator and with the signed .apk installed on our handsets, everything appeared to be working fine; however, we uploaded to AM, selected the new CopyProtection