Skip to content

Commit

Permalink
Fix camera usage description (#10263)
Browse files Browse the repository at this point in the history
* Fix camera usage description

* Remove contacts usage description as we never access those
  • Loading branch information
André Medeiros committed Apr 1, 2020
1 parent 2a755e0 commit b76fa53
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ios/StatusIm/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string>Please allow Status to use your phone camera</string>
<key>NSContactsUsageDescription</key>
<string>We need to access your contacts</string>
<string>The app uses your camera to scan QR codes.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Location access is required for some DApps to function properly.</string>
<key>NSLocationWhenInUseUsageDescription</key>
Expand Down

0 comments on commit b76fa53

Please sign in to comment.