Hello,
I’ve installed Wamp on a PC in order to access to its data through a web browser like this :
http://192.168.0.X/Data/test.jpg
Appache config is modified to allow other machines from local network ( Requires ip 192.168.0 )
When I try to get the test file with a WWW object, it works fine within the editor, but if i make an iOS build, I have this error message in the X Code console :
Could not connect to server.
The thing is I can see the test file if I browse it with Safari on my iPad, but the same URL in WWW object doesn’t work in Unity build.
Anyone has any idea about this behavior ?
Thanks