To enable an app to use positioning services on an iOS device, entries must be added to the Info.plist file based on whether the positioning services are needed when the app is in use or when the app is running in the background.
Once the permission is added, the user needs to grant the permission for the positioning services to be available when the app requests the positioning service. The user can change this by going into Settings > Privacy > Location Services, scrolling down to find the app, and selecting an option. The location services must be on for the positioning services to work.
If an app makes use of the positioning services when it is running, the Info.plist file needs to have an entry with the key NSLocationWhenInUseUsageDescription
and a value with a text string giving the user the
reason the app makes use of it.
<key>NSLocationWhenInUseUsageDescription</key> <string>The reason why the app needs location services</string>
If the app makes use of location services even when it is running in the background, there needs to be an entry with the key NSLocationAlwaysAndWhenInUseUsageDescription
and the reason as string value as well as
NSLocationWhenInUseUsageDescription
.
<key>NSLocationWhenInUseUsageDescription</key> <string>The reason why the app needs location services</string> <key>NSLocationAlwaysAndWhenInUseUsageDescription</key> <string>The reason why the app needs location services</string>
Note: The Info.plist file is automatically generated, and changes made can be overwritten by qmake or CMake unless measures are taken. See Platform Notes - iOS for more information.
As part of the free Business evaluation, we offer a free welcome call for companies, to talk about your requirements, and how the Felgo SDK & Services can help you. Just sign up and schedule your call.
Sign up now to start your free Business evaluation: