Hi,
thanks for the answer.
Apple:
Include this key if your app requires (or specifically prohibits) the
presence of GPS (or AGPS) hardware when tracking locations. (You should
include this key only if you need the higher accuracy offered by GPS
hardware.) If you include this key, you should also include the
location-services key. You should require GPS only if your app needs
location data more accurate than the cellular or Wi-fi radios might
otherwise provide.
So if i remove this:
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>location-services</string>
<string>gps</string>
</array>
It should work on Ipad without cellular.
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/App-runs-on-Ipad-only-with-cellular-tp11244p11260.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.