Hello every,
I’m using HTTP request to connect my server via WWW.
But it shows Unsupported URL on IOS device, the same request works fine on Android and editor.
Does anybody have same issue?
Hello every,
I’m using HTTP request to connect my server via WWW.
But it shows Unsupported URL on IOS device, the same request works fine on Android and editor.
Does anybody have same issue?
I have this issue too, did you solve it? Can’t request my URL of php file
Same issue, I’m trying to retrieve an image from the persistentDataPath on iOs but it appears the error “Unsupported URL”. I actually insert at the beginning of the url file:// but even with other solutions doesn’t seem to work
I have it. Some of my users on iOS can't login with facebook and this error is throws. I'm trying to figure it out now
– flashmandvIsn't iOS requiring HTTPS request? There was a time about 6 months ago when HTTP requests would trigger a warning about future deprecation. Could be that it is now active with new version of Unity and iOS/Android and you'd need to make it HTTPS (note the extra S).
– fafaseIf that was the problem, it would not work for all users. I tested on iOS 9 and 10 and it does work for me. But for some users it does not..
– flashmandv