Reputation: 1
I need to make a couple of minor changes to my app - minor bug fixes but mostly new ad-related code. When I publish this new version to the android market, I'll be changing the versioncode but not the versionname.
But in reality --- I don't want to bother my current users with an update that's mostly about advertising, especially when we are about to embark on the major marketing and paid download campaign to add a bunch of future users.
So is there a way to publish the update WITHOUT having to notify my current users?
Upvotes: 0
Views: 106
Reputation: 757
Use this: Force update android app when new version available, instead of dialog box, update in background and it would always work, tried and tested
Upvotes: 1
Reputation: 6449
No, the notification system is 100% automatic. The only way to block update notifications is by doing it on the client side: Android market > menu > settings > Notifications
(this will block all update notifications for all applications).
Upvotes: 0