Skip to main content
chaosgamestudio_com_blog_
Participant
January 31, 2015
Question

geolocation is always muted in ios8

  • January 31, 2015
  • 1 reply
  • 1269 views

geolocation is always muted and can't get any location permission to use GPS in ios8. Is there anyway to solve out it. Any good GPS ane recommended?

This topic has been closed for replies.

1 reply

Abhinav_Dhandh
Adobe Employee
Adobe Employee
February 2, 2015

Hi

Starting with iOS 8, you would need to add tags under Info-Additions in the app-xml for getting the Geolocation permissions.

More details on how to add these tags is available here.

Regards

Abhinav

Inspiring
March 23, 2015

I have the following on my app and still no GPS

<iPhone>

    <Entitlements>

  <![CDATA[ <key>get-task-allow</key>

  <false/>

  <key>beta-reports-active</key>

  <true/> ]]>

  </Entitlements>

        <InfoAdditions><![CDATA[

        <key>NSLocationAlwaysUsageDescription</key>

  <string>Sample description to allow geolocation always</string>

  <key>UIDeviceFamily</key>

  <array>

  <string>1</string>

  <string>2</string>

  </array>

  ]]></InfoAdditions>

        <requestedDisplayResolution>high</requestedDisplayResolution>

    </iPhone>

Can you help? Thank you

Adobe Employee
March 23, 2015

Hi,

Could you please try it out once with out latest AIR sdk and if problem still persist please share a sample project so that we can have a look.

Thanks.

Adobe AIR Team