Mark, The most recent version of the AndAppStore client will notify the user of any available updates and when they select the notification about the update they're taken to the download page where they can download the update.
There is also, of course, in-app update solutions (such as veecheck) which mean that users get told about updates by an app directly instead of having to use the method of any particular app store. As for installs, well, the APK install intent seems to be restricted to system signed apps only, so we're limited to using the View intent on the APK and handing everything over to Androids UI. Al. On Jun 8, 2:39 pm, Mark Murphy <[email protected]> wrote: > I know that the Android Market detects and supports in-place upgrades of > apps. > > I know that using developer tools, you can do in-place upgrades of apps. > > Suppose, though, that you are distributing your APK through other means, > whether it be a third-party market (e.g., AndAppStore, SlideME), or just > via your own Web site. How do you do in-place upgrades? Is it just a > matter of downloading the new APK and telling Android to install it, or > is there some other magic that is needed? > > Thanks! > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Android App Developer Books:http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

