[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-23 Thread wataru
I believe that is the correct behavior. If you update application, it doesn't push it on top of the list. Probably "by date", it means the date you initially published your application to Android Market. On Jan 23, 7:56 am, "Sean E. Russell" wrote: > Has anybody else encountered this? > > I've

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-23 Thread Sundog
That's how it works, yes. Otherwise it would be chaos, everyone pushing out trivial "updates" so they can stay on top. On Jan 23, 1:12 pm, wataru wrote: > I believe that is the correct behavior. > > If you update application, > it doesn't push it on top of the list. > Probably "by date", it mean

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-24 Thread Sean E. Russell
That can't be true; I see updates to apps that I have already installed at the top of the the "by date" list regularly. For example, looking at the list right now, I see a new version of "SnapPhoto" at #11, and I've had that installed since December. --- SER On Jan 23, 4:41 pm, Sundog wrote: >

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-24 Thread John
Yea you're right, some of them definitely do get pushed to the top when updated. I wonder what they're doing different then you? Maybe changing something in the package to make it seem new to the system? On Jan 24, 10:43 am, "Sean E. Russell" wrote: > That can't be true; I see updates to apps th

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-25 Thread Chister Nordvik
There's been multiple posts of this and no answers from Google, so is this a "hack" that someone has found? It might seem like it since nobody is willing to post examples of how to get their app to the top of the list when releasing an upgrade. I've released multiple upgrades but the "by-date" sor

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-25 Thread James Patillo
6:07 AM To: Android Developers Subject: [android-developers] Re: Updated app not showing up in Market's "by date" sorting? There's been multiple posts of this and no answers from Google, so is this a "hack" that someone has found? It might seem like it since nobody

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-26 Thread arnouf
Unpublish current app, and post your new app...perhaps it's the "bad" solution to be on the top always.. On Jan 26, 11:25 am, android_soft wrote: > may be you can post a small portion of your manifest where the version > info goes, so others know what you got.(especially people who are not > the

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-26 Thread android_soft
may be you can post a small portion of your manifest where the version info goes, so others know what you got.(especially people who are not the market yet but who can help if they notice anything amiss) --~--~-~--~~~---~--~~ You received this message because you

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-26 Thread A T
Yeah, I did that by accident once. Unpublished it, uploaded the update, and it was on top again. All other updates before and after that stayed at the same spot. I hope this will be fixed now... On Mon, Jan 26, 2009 at 5:40 AM, arnouf wrote: > > Unpublish current app, and post your new app...pe

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-28 Thread snctln
I had one of my apps pushed to to the of the date list once. I think that it got pushed to the top because I added a string localization. Before the app just used the "res\values\strings.xml" file, and the update added the "res\values-en-rUS\strings.xml" file. The files were identical, but now i

[android-developers] Re: Updated app not showing up in Market's "by date" sorting?

2009-01-28 Thread Sean E. Russell
That sounds like it would do it. I don't dislike new versions being bumped to the top, actually. That's how I keep track of which ones have new versions, to be honest... only now I know it isn't a reliable way to do that. --- SER On Jan 26, 8:01 am, A T wrote: > Yeah, I did that by accident on