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 hazem.om...@gmail.com wrote:

 how to make force update for application when its start ?

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Force update

2012-03-13 Thread Marcin Orlowski
On 13 March 2012 11:30, hazem omies hazem.om...@gmail.com 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 version broken tell it
to the user and refuse any other activity. But in neither case you can
force user to upgrade.

Regards,
Marcin Orlowski

*Tray Agenda http://bit.ly/trayagenda* - keep you daily schedule handy...
*Date In Tray* http://bit.ly/dateintraypro - current date at glance...
WebnetMobile on *Facebook http://webnetmobile.com/fb/*,
*Google+*http://bit.ly/webnetmobile-gpand
*Twitter http://webnetmobile.com/twitter/*

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en