Info.plist Permissions

The following keys will need to be set in Info.plist or the binary may be rejected and the app may crash.

Required Permissions

NSBluetoothAlwaysUsageDescription
NSBluetoothPeripheralUsageDescription
NSFaceIDUsageDescription
NSLocationAlwaysAndWhenInUseUsageDescription
NSLocationAlwaysUsageDescription
NSLocationWhenInUseUsageDescription
NSMotionUsageDescription
NSCameraUsageDescription
NSPhotoLibraryUsageDescription

Example Strings:

NSBluetoothAlwaysUsageDescription - Our application needs Bluetooth access to determine whether you are in an eligible area to use this feature. Location checks are only performed when using this feature.

NSBluetoothPeripheralUsageDescription - Our application needs Bluetooth access to determine whether you are in an eligible area to use this feature. Location checks are only performed when using this feature.

NSFaceIDUsageDescription - We use FaceID to improve security

NSLocationAlwaysAndWhenInUseUsageDescription - We need your location to verify you are in a legal state to make deposits and create or accept contests

NSLocationAlwaysUsageDescription - We need your location to verify you are in a legal state to make deposits and create or accept contests

NSLocationWhenInUseUsageDescription - We need your location to verify you are in a legal state to make deposits and create or accept contests

NSMotionUsageDescription - Our application needs motion information to determine if you are eligible to use this feature. Motion information is only collected when using this feature.

NSCameraUsageDescription - Needed to add a profile avatar image

NSPhotoLibraryUsageDescription - Needed to add a profile avatar image

Last updated