I’m wondering what techniques Android developers are using to ensure that (almost) all users are using the latest version of their app? I’m getting close to releasing my first Android application and anticipate an iterative release schedule. I’d like to avoid the situation where we find ourselves having to support a dozen different versions in the wild.
I’m wondering what techniques Android developers are using to ensure that (almost) all users
Share
Distribute your app via the Android Market. Users will be notified of updates. Depending on user preference, the app may even auto-update when a new version is released.