<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Infinity Code Forum — Markers don't show in the map in built app, but ok in Unity]]></title>
	<link rel="self" href="https://forum.infinity-code.com/extern.php?action=feed&amp;tid=116&amp;type=atom" />
	<updated>2016-03-23T12:32:37Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.infinity-code.com/viewtopic.php?id=116</id>
		<entry>
			<title type="html"><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=511#p511" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gigipiscitelli]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=111</uri>
			</author>
			<updated>2016-03-23T12:32:37Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=511#p511</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=508#p508" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gigipiscitelli]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=111</uri>
			</author>
			<updated>2016-03-22T18:51:55Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=508#p508</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=507#p507" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2016-03-22T17:39:44Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=507#p507</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=506#p506" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gigipiscitelli]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=111</uri>
			</author>
			<updated>2016-03-22T16:39:21Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=506#p506</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=504#p504" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2016-03-22T15:43:34Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=504#p504</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=502#p502" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gigipiscitelli]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=111</uri>
			</author>
			<updated>2016-03-22T14:37:35Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=502#p502</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Markers don't show in the map in built app, but ok in Unity]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=501#p501" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Alex Vertax]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=2</uri>
			</author>
			<updated>2016-03-22T13:41:29Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=501#p501</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Markers don't show in the map in built app, but ok in Unity]]></title>
			<link rel="alternate" href="https://forum.infinity-code.com/viewtopic.php?pid=500#p500" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[gigipiscitelli]]></name>
				<uri>https://forum.infinity-code.com/profile.php?id=111</uri>
			</author>
			<updated>2016-03-22T13:20:47Z</updated>
			<id>https://forum.infinity-code.com/viewtopic.php?pid=500#p500</id>
		</entry>
</feed>
