- Home /
Unsupported URL on IOS
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 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
Isn'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).
If 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..
Answer by eShineMacromedia · Dec 04, 2017 at 09:35 AM
I have this issue too, did you solve it? Can't request my URL of php file
Your answer

Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
HTTP PUT in Unity for iOS? 2 Answers
[iOS] WWW class sometimes doesn't return a response 0 Answers
Unity WWW Warning Message in Xcode 1 Answer
WWW class http error handling 0 Answers