[android-developers] Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread Paul
I'd like to publish a modified APK without triggering an update for my existing users. Wondering if I can just upload a new one with the same version number as the one that's out there already. Has anyone done this? Why? Because I'm fixing something that is mostly needed by newer phone's hitting

Re: [android-developers] Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread Nikolay Elenkov
On Thu, Sep 8, 2011 at 11:14 PM, Paul idi...@gmail.com wrote: So I'd like to just deploy the modified apk with the same version. Let me know if anyone has success doing this and if there were any problems encountered. Thanks in advance. You can't deploy an app with the same version, but you

Re: [android-developers] Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread TreKing
On Thu, Sep 8, 2011 at 9:14 AM, Paul idi...@gmail.com wrote: Because I'm fixing something that is mostly needed by newer phone's hitting the market and if existing users see an update they'll expect improvements, new features, etc. They've been waiting for new stuff for a while and this would

Re: [android-developers] Publish modified APK to the Android Market without triggering an Update to existing users?

2011-09-08 Thread Jim Graham
On Thu, Sep 08, 2011 at 11:22:12AM -0500, TreKing wrote: On Thu, Sep 8, 2011 at 9:14 AM, Paul idi...@gmail.com wrote: Because I'm fixing something that is mostly needed by newer phone's hitting the market and if existing users see an update they'll expect improvements, new features, etc.