Is it possible to request last version of App from Android Market via API to ensure that users have latest version before launch?
In our application we cannot allow users with old version to continue using our Android app.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, there is no API-way.
If it’s an app that has internet permission, you can implement an own check for newer versions and simply let the app do nothing if the installed version is not up to date.
It is by design that the user is in charge of what updates he wants to install. the only way for automatic updates is for the user checking “automatic update” in the market.