• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

geolocation is always muted in ios8

Community Beginner ,
Jan 31, 2015 Jan 31, 2015

Copy link to clipboard

Copied

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?

TOPICS
Development

Views

891

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 02, 2015 Feb 02, 2015

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 22, 2015 Mar 22, 2015

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 22, 2015 Mar 22, 2015

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 23, 2015 Mar 23, 2015

Copy link to clipboard

Copied

Hi there,

so i have tried compiling both with 16.0.0.272 and beta 17.0.0.123 but the problem persists. It works great on android but not in iOS 8.2 i have added a sample app with the map we use (arcgis) for you to check.
Dropbox - SampleMap.fxp

please let me know.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 24, 2015 Mar 24, 2015

Copy link to clipboard

Copied

Thanks for sharing the project.

We verified the issue with project provided above but we are getting a white screen on launching application on iOS device, Could you please confirm if this project is working at your end.

Also, I have attaching working sample swf and xml file here Dropbox - Geolocation.zip‌‌. it will be helpful if you could verify it on your device and let us know you findings.

To verify, Just package IPA using swf and xml and install on device. Launch application and press button 1, you could see the updates in longitude and latitude values as you move device around.

Regards,

Adobe Air Team

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2015 Mar 24, 2015

Copy link to clipboard

Copied

Is it possible to get the source so that we can build through Flash CC?

Thanks!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 24, 2015 Mar 24, 2015

Copy link to clipboard

Copied

It works now! Honestly it was all down to the fact that Flash CC overwrote my XML manifest.  I locked the file and voila!

Thanks guys!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 24, 2015 Mar 24, 2015

Copy link to clipboard

Copied

I have upgraded the sample project. There was a compiler error on the fxp. i will test your project and get back to you.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Apr 07, 2015 Apr 07, 2015

Copy link to clipboard

Copied

LATEST

any update on this? I tried your project but all i get is a white screen on our ipad mini2 test device.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines