Re: [android-developers] Force update

2012-03-13 Thread Marcin Orlowski
On 13 March 2012 11:30, hazem omies wrote: > how to make force update for application when its start ? > > You should not really. All you can do is tell the user there's update available and forward him to Market for download. If your app rely on server side and server side changes made current v

Re: [android-developers] Force update

2012-03-13 Thread Justin Anderson
You can't really... You can notify the user that an update is available, but AFAIK you have to check that against your own server... You can not install/update without the user's interaction though. On Mar 13, 2012 4:31 AM, "hazem omies" wrote: > how to make force update for application when its