Permissions
Required permissions
The following permissions need to be added to your application's Info.plist
:
Permission | Reason |
---|---|
NSLocationWhenInUseUsageDescription | Describes how your app will use location services in the foreground. |
NSLocationAlwaysAndWhenInUseUsageDescription | Describes how your app will use location services and explains what extra features you can provide if the always option is selected. |
NSLocationAlwaysUsageDescription | Describes how your app will use location services, both in the foreground and background. |
NSBluetoothAlwaysUsageDescription | Describes how your app will use bluetooth, both in the foreground and background. |
NSBluetoothPeripheralUsageDescription | Describes how your app will use bluetooth, both in the foreground and background for iOS targets prior to 13. |