Privacy & Permissions
Required Permissions
The SDK works without any special permissions by default. Optional data collection features require the following:
Android (AndroidManifest.xml)
| Feature | Permission |
|---|---|
| GPS location | ACCESS_FINE_LOCATION, ACCESS_COARSE_LOCATION |
| SIM/carrier info | READ_PHONE_STATE |
iOS (Info.plist)
| Feature | Key |
|---|---|
| GPS location | NSLocationWhenInUseUsageDescription |
| Camera info | NSCameraUsageDescription |
tip
The SDK handles runtime permission prompts automatically during verify(). You only need to declare the permissions in your manifest/plist.
What We Don't Collect
- No IMEI or phone numbers
- No contacts or messages
- No browsing history
- No app content or user data
Compliance
The SDK is designed for GDPR and CCPA compliance.