Topic: Incorrect API www-calls on iOS9+

With httрs-request in languages different from english (f.e. russian) return this:

"You are using download over httр. Currently unity adds NSAllowsArbitraryLoads to Info.plist to simplify transition, but it will be removed soon. Please consider updating to httрs."

For fix this, need replace this

url += "&address=" + address.Replace(" ", "+");


with this

url += "&address=" + WWW.EscapeURL(address);

in all methods worked with httрs (OnlineMapsFindLocation, OnlineMapsFindAutocomplete and ets);

Otherwise, request will use httр, not httрs.
Sorry for bad English

Re: Incorrect API www-calls on iOS9+

Hello.

Thank you very much for the detailed description of the issue and the solution.
New (fixed) version is already available through the built-in update.

P.S. I speak Russian, so if you want can write to support (support@infinity-code.com) in Russian.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.