You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you would like your app to pop up a dialog requesting full disk access when your app attempts to access protected resources, you should add the `NSSystemAdministrationUsageDescription` key to your `Info.plist`:
223
+
224
+
```
225
+
<key>NSSystemAdministrationUsageDescription</key>
226
+
<string>Your reason for wanting Full Disk Access</string>
227
+
```
228
+
222
229
### `permissions.askForCameraAccess()`
223
230
224
231
Returns `Promise<String>` - Current permission status; can be `authorized`, `denied`, or `restricted`.
0 commit comments