Hi all. I have some problems with internet connection on iOS device. I have Android build of my game which is working perfect. I posting high scores to my web-server via WWW class. Everything works. But when I testing my app on iPhone there is some problem with posting and getting high scores. To check internet reachability I use Application.internetReachability and I have simple function which tries to get response from the server and if WWW class returns right answer from the server I set my special bool value to TRUE. So with turned on Wi-Fi on the iPhone app can't get any response from server, and it seems that server doesn't get any query from the app.
↧