Anish Manchappillil
Anish Manchappillil

Reputation: 735

Application Upgrade to newer version and remove old version support

I have an android application which runs android version 2.3 or above . Now I am planing to upgrade to newer version and use material design. Also update minimum support version to 4.0.3

My question is that if i update the minimum support version to 4.0.3 then what happens to users who use old version? Can they still download my old version app or Will the app be invisible for old version mobile ?

Thanks

Upvotes: 1

Views: 731

Answers (2)

Kirill Shalnov
Kirill Shalnov

Reputation: 2216

this

Will the app be invisible for old version mobile

Android 2.x users can use old application, but they can't upgrade it.

You can try create multiple apk to old and new androids

However, I recommend completely abandon support for older versions. Support takes a lot of effort, and users with each passing day it becomes less.

enter image description here

dashboard from developer.android.com

Upvotes: 1

reVerse
reVerse

Reputation: 35264

Every user running an Android-Version below 4.0.3 will still be eligible to download your old version (at least as long as you're not deactivating the old one).

See the following Screenshot of the Developer-Console - it basically explains everything:

screenshot of developer console with multiple apks

Upvotes: 0

Related Questions