I just compiled my app to try on my iphone 5c with ios 8.1 using flex 4.14.0 and air 16.0. The geolocation.muted is always true. The ios system settings menu no longer shows location as an option for my app.
Compiling the same app with flex 4.14.0 and air 15.0 allows the gps to work. System settings menu shows location as an option for my app, as it should. I looked into the Info.plist of the app compiled with air 15 and 16. They are very similar, and both contain: <key>UIRequiredDeviceCapabilities</key> <array> <string>location-services</string> <string>gps</string> <string>armv7</string> <string>opengles-2</string> </array> -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/ios-geolocation-always-muted-with-air-16-tp44796.html Sent from the Apache Flex Development mailing list archive at Nabble.com.