<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Incorrect API www-calls on iOS9+]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=86&amp;type=atom" />
	<updated>2016-02-15T11:24:27Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=86</id>
		<entry>
			<title type="html"><![CDATA[Re: Incorrect API www-calls on iOS9+]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=354#p354" />
			<content type="html"><![CDATA[<p>Hello.</p><p>Thank you very much for the detailed description of the issue and the solution.<br />New (fixed) version is already available through the built-in update.</p><p>P.S. I speak Russian, so if you want can write to support (support@infinity-code.com) in Russian.</p>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2016-02-15T11:24:27Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=354#p354</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Incorrect API www-calls on iOS9+]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=353#p353" />
			<content type="html"><![CDATA[<p>With httрs-request in languages different from english (f.e. russian) return this:<br /></p><div class="quotebox"><blockquote><p>&quot;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.&quot;</p></blockquote></div><p>For fix this, need replace this<br /></p><div class="codebox"><pre><code>url += &quot;&amp;address=&quot; + address.Replace(&quot; &quot;, &quot;+&quot;);</code></pre></div><p> <br />with this<br /></p><div class="codebox"><pre><code>url += &quot;&amp;address=&quot; + WWW.EscapeURL(address);</code></pre></div><p>in all methods worked with httрs (OnlineMapsFindLocation, OnlineMapsFindAutocomplete and ets);</p><p>Otherwise, request will use httр, not httрs.<br />Sorry for bad English</p>]]></content>
			<author>
				<name><![CDATA[Ging]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=85</uri>
			</author>
			<updated>2016-02-15T10:20:43Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=353#p353</id>
		</entry>
</feed>
