- Home /
iOS ignores html error headers?
While writing my game that communicates with php server scripts, I decided to have the scripts perform a php error header if anything on their end went wrong. In the Unity Editor, www recognizes this and puts these headers into www.error.
However, when I compile for iOS, www.error is consistently null when these php error headers are given to it. Is this a bug? Can I manually activate www.error from php in an iOS game?
Hello, I've experience the same behavior. $$anonymous$$y download scripts checks for any WWW.error while downloading. On Android and and within the editor it works fine.
On iOS there is no error, although the file does not even exists.
Did you found any workaround?
thanks!
Your answer
Follow this Question
Related Questions
How to read local XML file on iOS? 1 Answer
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Video 'not supported' on iPad 1 Answer
is it possible to get the url from a webpage? 1 Answer
Ios problem with www class 2 Answers