Check the app version on Google play

Asked

Viewed 280 times

-2

Is there a Web Service that returns the version of my application? Because for example I have version 1.2 (most current) and when the user opens and for example it is version 1.1 do not let him run the application until update. I could make an Api of my own that returned the version and each time I updated I would have to go to the Api and change it too. I thank you already

1 answer

2


The most practical way is to create an API that you arrow the latest version of your app, within the app you make the check if the response of the api is smaller or equal to the current version, thus blocking the user to give continuity in the app (you can direct him to the link of your app in the store for him to update).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.