can't do the version code/name as Market uses that to handle your available apps. I would recommend using XML. Put whatever data you want to push without update into XML on a server somewhere and have your app read/parse that. Always fresh, always updated.
On Dec 17, 6:32 am, TW <[email protected]> wrote: > haven't seen this question posted, and here's the scenario (and I'm > not the technical person on the team, so go easy): > > I have a published app, currently free and NOT ad-supported > > going to start publishing ads, and want to try a couple of different > strategies, maybe a couple of different services, but I don't want to > have all my current users getting an update notification for the app, > if the only change is to accommodate ads where there were none > before. > > is it possible to updated the versioncode and/or versionname in a > manner that would refrain from notifying or updating my existing user > base (so that only future installs would have the ad service?) > > hope that makes sense. thanks. > > Tim -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

