<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Infinity Code Forum — Incorrect API www-calls on iOS9+]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=86</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=86&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Incorrect API www-calls on iOS9+.]]></description>
		<lastBuildDate>Mon, 15 Feb 2016 11:24:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Incorrect API www-calls on iOS9+]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=354#p354</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Mon, 15 Feb 2016 11:24:27 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=354#p354</guid>
		</item>
		<item>
			<title><![CDATA[Incorrect API www-calls on iOS9+]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=353#p353</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (Ging)]]></author>
			<pubDate>Mon, 15 Feb 2016 10:20:43 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=353#p353</guid>
		</item>
	</channel>
</rss>
