0

Did you know where we can find the version max of an app according to android version.

For example:

-user with a android 4.4.2 device could download the version 2 of my app

-user with a android 6.0 device could download the version 3 of my app

Where can i find this list?

Thanks for your advice

Arnaud

3
  • Seems better way is check android.os.Build.VERSION.SDK_INT in your App when it needed and make the implementation of each version. Commented Oct 27, 2016 at 8:26
  • thanks, but i want to check if user has the most recent update available for his phone, so i check the customer version of my app, the customer version of android and i want to get bakc the most recent version available for this customer. Commented Oct 27, 2016 at 8:28
  • I understand. But it would be difficult to support a number of projects: for sure some logic will be changed in different project. Commented Oct 27, 2016 at 8:37

1 Answer 1

1

Try use Multi APK Support with appropriate API level. More details You can find in Official tutorial and, for example, here

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.