You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by leokan23 <le...@best-web.gr> on 2015/03/23 01:11:29 UTC

Re: ios geolocation always muted with air 16

hi, i just came across the problem. I tried adding this in my manifest file,
and tried compiling with both air 16.0.0.272 in windows and mac, and air 17
beta but still i cant make the gps work on iOS (testing device ipad mini 2
ios 8.2). Any ideas?

thank you



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/ios-geolocation-always-muted-with-air-16-tp44796p45711.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: ios geolocation always muted with air 16

Posted by leokan23 <le...@best-web.gr>.
i have tried several applications and the geolocation seem to work. In our
app it was working up to air 15 and then it stopped. I also saw that the app
is no available on the settings of the ipad. You are correct concerning the
testflight. I have enabled it in order to test the application. 

We are building using windows 8.1 64bit, and already tried with both the
latest air 16 and beta air 17.

I will try taking out the testflight part to check if this creates the
problem.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/ios-geolocation-always-muted-with-air-16-tp44796p45729.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: ios geolocation always muted with air 16

Posted by "kevin.godell" <ke...@gmail.com>.
Did it work before taking the 8.2 upgrade?

Can you check to see if the gps works for any other apps on your ipad, such
as the built-in apple navigation app, just to rule out that there wasnt a
bug introduced in the OS?

I see from your entitlements that you may be using testflight? This prevents
you from testing locally, right? If you are testing locally, meaning that
you are just putting the app directly on the ipad from itunes, then comment
out those entitlements.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/ios-geolocation-always-muted-with-air-16-tp44796p45727.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: ios geolocation always muted with air 16

Posted by leokan23 <le...@best-web.gr>.
Thank you kevin for your reply.. i am really stragling with this one. I have
the following on my app descriptor:



Still no luck on ipad mini 2.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/ios-geolocation-always-muted-with-air-16-tp44796p45725.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: ios geolocation always muted with air 16

Posted by "kevin.godell" <ke...@gmail.com>.
I just downloaded the latest RC with air 17 a few minutes ago and can confirm
that the gps still works on my iphone 5c running 8.2.

an excerpt from the infoadditions in the app descriptor file of my working
app:

<key>UIRequiredDeviceCapabilities</key> 
<array> 
<string>location-services</string> 
<string>gps</string>
</array>
			
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location will be accessed when using the GPS Measuring
Tool.</string>



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/ios-geolocation-always-muted-with-air-16-tp44796p45712.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.