<?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 — Markers don't show in the map in built app, but ok in Unity]]></title>
		<link>https://forum.infinity-code.com/viewtopic.php?id=116</link>
		<atom:link href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=116&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Markers don't show in the map in built app, but ok in Unity.]]></description>
		<lastBuildDate>Wed, 23 Mar 2016 12:32:37 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=511#p511</link>
			<description><![CDATA[<p>After wasting all day modifying Apple Privacy Settings and so on, i decided to copy and paste my GameObject into a new scene and it all works fine.</p><p>This is not the first time that a Scene stops working in unity...it&#039;s a very annoying bug, but i&#039;m glad it all works fine now.</p><p>Thanks for the support</p>]]></description>
			<author><![CDATA[null@example.com (gigipiscitelli)]]></author>
			<pubDate>Wed, 23 Mar 2016 12:32:37 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=511#p511</guid>
		</item>
		<item>
			<title><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=508#p508</link>
			<description><![CDATA[<p>Unfortunately it still doesn&#039;t work on my iPhone.<br />At least now i know that the code is fine...</p><p>Hopefully i&#039;ll find what&#039;s the problem with my phone settings or in Xcode.</p><p>Thanks again for your amazing customer service.</p>]]></description>
			<author><![CDATA[null@example.com (gigipiscitelli)]]></author>
			<pubDate>Tue, 22 Mar 2016 18:51:55 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=508#p508</guid>
		</item>
		<item>
			<title><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=507#p507</link>
			<description><![CDATA[<p>I was a little modified your script and tested it on iOS 9, everything works well.<br />The modified script is attached.</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 22 Mar 2016 17:39:44 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=507#p507</guid>
		</item>
		<item>
			<title><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=506#p506</link>
			<description><![CDATA[<p>Hi again, and thanks again.</p><p>Yes, it was just part of the url, i&#039;ve attached the full code now.</p><p>I did all the changes you&#039;ve suggested and again, it works perfectly inside of Unity, but not on IOS.</p><p>I know for a fact that the PHP echo are received, because i get the values from the database inside the app in another scene.</p><p>For some reason it seems that i can&#039;t load the markers on the map.</p><p>I&#039;ve also changed the security NSLocation as suggested on your first answer, but nothing has changed. </p><p>Anyways, if i find the solution i&#039;ll post it here.</p><p>Thanks again for helping me.</p>]]></description>
			<author><![CDATA[null@example.com (gigipiscitelli)]]></author>
			<pubDate>Tue, 22 Mar 2016 16:39:21 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=506#p506</guid>
		</item>
		<item>
			<title><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=504#p504</link>
			<description><![CDATA[<p>1. «display.php» - it is full URL, or some part?<br />If it is a full URL, the most likely problem is that iOS does not have this URL.<br />First of all, make sure that you get the correct answer from the server on iOS.</p><p>2. In lines 78-144 to have the wrong logic.<br />Will try to explain:<br />In line 121 you initialize a list of markers. This list will contain 100 copies of the last marker with the same coordinates, and tooltip.<br />GroupMarkers will only work for this list.<br />You need to do:<br />* make the initialization of markers list from the first cycle (i).<br />* create marker without inner cycle (k).</p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 22 Mar 2016 15:43:34 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=504#p504</guid>
		</item>
		<item>
			<title><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=502#p502</link>
			<description><![CDATA[<p>Hi and thanks for the very quick reply.<br />I&#039;m gonna look into your solution.</p><p>At the moment i am receiving the values from the database, on a table page of the app, so the protocol seem to work fine even though is http.</p><p>I&#039;m attaching the code i modified, maybe you&#039;ll see a mistake in there...i&#039;m very new to programming, so it probably is my mistake.</p><p>Thanks again.</p>]]></description>
			<author><![CDATA[null@example.com (gigipiscitelli)]]></author>
			<pubDate>Tue, 22 Mar 2016 14:37:35 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=502#p502</guid>
		</item>
		<item>
			<title><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=501#p501</link>
			<description><![CDATA[<p>Hello.</p><p>I just checked the work of Group Markers Example on iOS9. <br />Everything works well.</p><p>What is the protocol uses your server (http or https)?<br />iOS9 has problems with http.</p><p>Solution:<br /><a href="http://stackoverflow.com/questions/30739473/nsurlsession-nsurlconnection-http-load-failed-on-ios-9">http://stackoverflow.com/questions/3073 … d-on-ios-9</a></p>]]></description>
			<author><![CDATA[null@example.com (Alex Vertax)]]></author>
			<pubDate>Tue, 22 Mar 2016 13:41:29 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=501#p501</guid>
		</item>
		<item>
			<title><![CDATA[Markers don't show in the map in built app, but ok in Unity]]></title>
			<link>https://forum.infinity-code.com/viewtopic.php?pid=500#p500</link>
			<description><![CDATA[<p>Hi, i&#039;m having a problem with multiple markers.<br />I have made a locative app and i&#039;m getting the positions of the Markers from mySQL and PHP in a string.<br />I then made an Array of (lats,lons) to be called as Markers.<br />I have used the Group Markers Example to start with.<br />It all works fine in Unity, but when i build the app on ios 9.2.1 the markers are hidden somewhere.<br />The only thing that i can see is my own marker form the Online Maps Location Service.</p><p>Do you know why is this happening?</p><p>Thanks in advance.</p>]]></description>
			<author><![CDATA[null@example.com (gigipiscitelli)]]></author>
			<pubDate>Tue, 22 Mar 2016 13:20:47 +0000</pubDate>
			<guid>https://forum.infinity-code.com/viewtopic.php?pid=500#p500</guid>
		</item>
	</channel>
</rss>
