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
|`authorized`| User has authorized this permission |
142
-
|`denied`| User has denied this permission at least once. On iOS this means that the user will not be prompted again. Android users can be promted multiple times until they select 'Never ask me again' |
142
+
|`denied`| User has denied this permission at least once. On iOS this means that the user will not be prompted again. Android users can be prompted multiple times until they select 'Never ask me again' |
143
143
|`restricted`|**iOS** - this means user is not able to grant this permission, either because it's not supported by the device or because it has been blocked by parental controls. **Android** - this means that the user has selected 'Never ask me again' while denying permission |
144
144
|`undetermined`| User has not yet been prompted with a permission dialog |
145
145
@@ -248,7 +248,7 @@ build.
248
248
> Please note that it will only be shown to the users the usage descriptions of
249
249
> the permissions you really require in your app.
250
250
251
-
You can find more informations about this issue in #46.
251
+
You can find more information about this issue in #46.
0 commit comments