Hello all
In this example bellow , ( file attached ) you will learn how to make a request to check for a version for your mobile game / app or other
All My tutorials here
construct.net/en/tutorials/construct-tutorials-2525
Download the files c3p file and the checkversion.php file
the php file you will need to put in a server , there are many free servers like 000webhost
I made an example of the php file , you can see it here
rafaeltrigo.000webhostapp.com/app/checkversion.php
so every time you release a new version just update this file with the new number like 1.0.0.2 or 2.0.0.0
whatever you want
demo here : rafaeltrigo.000webhostapp.com/app/checkversion
PHP file to download here
dropbox.com/s/a88rcz2lmjf459v/checkversion.php