|
Hello, I'm creating an android game, which will have plenty of updates, but i want to be strict on updates also! To do this i was thinking. (Working in Android or IOS too?) Sorry if it's not clear, but basically I'm trying to make it check if the internet is active, if not exit through a scene. Check if a site (Basic html site with one word) contains the word Update or Good and perform the actions necessary. Could anyone help me with this, Possibly an example or advice? Thank you
(comments are locked)
|
|
http://docs.unity3d.com/Documentation/ScriptReference/WWW.html check your web site page with version number returned. if you got same version as installed - this is 'GOOD' if you got other version as installed - this is 'UPDATE NEEDED' else if you got error connecting - this is 'NO INTERNET' just one check instead of two 8) be aware that if your website is down, users got 'no internet' 8)
(comments are locked)
|
