iOS Setup
Add SDK
Permissions
<key>NSCriticalMessagingUsageDescription</key>
<string>This app needs your permission to receive critical alerts.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This app needs access to your location to function correctly.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>This app needs background location access to function correctly.</string>
<key>NSMicrophoneUsageDescription</key>
<string>This app needs access to the microphone.</string>
<key>NSMotionUsageDescription</key>
<string>This app needs access to accelerometer data to detect falls.</string>Capabilities
Background Tasks
Initialization
Push Notification
Last updated
