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