I read somewhere in apple documentation that I need to edit the plist to indicate that my app would require a GPS, I can’t find this document anymore. I am building a somewhat navigation apps, and I would like to have startUpdatingLocation to use the location from the GPS. How can I do this?
Share
This will limit your application to only being able to run on devices with GPS.
Build-Time Configuration Details
gpsis a value ofUIRequiredDeviceCapabilitiesin your plist.