<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I have the same problem. App in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/GEOLOCATION-IOS/m-p/1041448#M46191</link>
    <description>&lt;P&gt;I have the same problem. App works well in Intel XDK Preview, but when not built in Ios app and testing on a Iphone&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2016 12:42:42 GMT</pubDate>
    <dc:creator>pedro_v_</dc:creator>
    <dc:date>2016-04-07T12:42:42Z</dc:date>
    <item>
      <title>GEOLOCATION IOS</title>
      <link>https://community.intel.com/t5/Software-Archive/GEOLOCATION-IOS/m-p/1041445#M46188</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I've created an application to get user position via below functions.&lt;/P&gt;

&lt;P&gt;It's working on Intel XDK and Android App preview but does not working on IOS app preview.&lt;/P&gt;

&lt;P&gt;It mus be related with permissions but I didn't find a solution.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;function initiate_geolocation() {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; navigator.geolocation.getCurrentPosition(handle_geolocation_query);
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;
&amp;nbsp;function handle_geolocation_query(position){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert('Lat: ' + position.coords.latitude + ' ' +
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Lon: ' + position.coords.longitude);
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;My IOS config file.&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;?xml version='1.0' encoding='UTF-8'?&amp;gt;
&amp;lt;widget xmlns="http://www.w3.org/ns/widgets" xmlns:intelxdk="http://xdk.intel.com/ns/v1" id="xdk.intel.blank.ad.template" version="0.0.1"&amp;gt;
&amp;lt;!--This file is generated by the Intel XDK. Do not edit this file as your edits will be lost.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;
&amp;lt;!--To change the contents of this file, see the documentation on the intelxdk.config.additions.xml file.--&amp;gt;
&amp;lt;intelxdk:version value="1.0"/&amp;gt;
&amp;lt;intelxdk:cordova-cli version="4.1.2"/&amp;gt;
&amp;lt;name&amp;gt;GEOTEST&amp;lt;/name&amp;gt;
&amp;lt;description&amp;gt;Template to develop a Cordova mobile web app using the App Designer UI editor.&amp;lt;/description&amp;gt;
&amp;lt;author&amp;gt;Intel XDK&amp;lt;/author&amp;gt;
&amp;lt;content src="index.html"/&amp;gt;
&amp;lt;access origin="*"/&amp;gt;
&amp;lt;intelxdk:plugin intelxdk:name="Device" intelxdk:value="org.apache.cordova.device" intelxdk:version="0.2.13"/&amp;gt;
&amp;lt;intelxdk:plugin intelxdk:name="SplashScreen" intelxdk:value="org.apache.cordova.splashscreen" intelxdk:version="0.3.5"/&amp;gt;
&amp;lt;preference name="ios-target" value="6"/&amp;gt;
&amp;lt;preference name="ios-configuration" value="adhoc"/&amp;gt;
&amp;lt;!--creationInfo:{"src":"appDesigner","projectTypeName":"com.intel.xdk.projecttype.jsapp"}--&amp;gt;
&amp;lt;preference name="debuggable" value="false"/&amp;gt;&amp;lt;/widget&amp;gt;&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2015 21:32:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/GEOLOCATION-IOS/m-p/1041445#M46188</guid>
      <dc:creator>Emre_C_1</dc:creator>
      <dc:date>2015-06-16T21:32:38Z</dc:date>
    </item>
    <item>
      <title>When you launched your app,</title>
      <link>https://community.intel.com/t5/Software-Archive/GEOLOCATION-IOS/m-p/1041446#M46189</link>
      <description>&lt;P&gt;When you launched your app, did it prompt you to allow the app to use your location?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2015 13:30:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/GEOLOCATION-IOS/m-p/1041446#M46189</guid>
      <dc:creator>John_H_Intel2</dc:creator>
      <dc:date>2015-06-17T13:30:16Z</dc:date>
    </item>
    <item>
      <title>John thanks for your reply.</title>
      <link>https://community.intel.com/t5/Software-Archive/GEOLOCATION-IOS/m-p/1041447#M46190</link>
      <description>&lt;P&gt;John thanks for your reply.&lt;/P&gt;

&lt;P&gt;I've finally solved it, it's about IOS Apppreview location permission.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jun 2015 08:33:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/GEOLOCATION-IOS/m-p/1041447#M46190</guid>
      <dc:creator>Emre_C_1</dc:creator>
      <dc:date>2015-06-20T08:33:42Z</dc:date>
    </item>
    <item>
      <title>I have the same problem. App</title>
      <link>https://community.intel.com/t5/Software-Archive/GEOLOCATION-IOS/m-p/1041448#M46191</link>
      <description>&lt;P&gt;I have the same problem. App works well in Intel XDK Preview, but when not built in Ios app and testing on a Iphone&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2016 12:42:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/GEOLOCATION-IOS/m-p/1041448#M46191</guid>
      <dc:creator>pedro_v_</dc:creator>
      <dc:date>2016-04-07T12:42:42Z</dc:date>
    </item>
    <item>
      <title>Pedro -- is your problem with</title>
      <link>https://community.intel.com/t5/Software-Archive/GEOLOCATION-IOS/m-p/1041449#M46192</link>
      <description>&lt;P&gt;Pedro -- is your problem with geolocation or something else? Please start a new thread, I'm closing this one because it is not clear if you issue is related to this one or something different.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2016 23:29:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/GEOLOCATION-IOS/m-p/1041449#M46192</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-04-12T23:29:49Z</dc:date>
    </item>
  </channel>
</rss>

