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 is version 1.1 do not let him run the application while not updating. I could make a Api of mine that would return the version and every time I updated I would have to go to Api and change as well. Thank you in advance