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
Diagnostic.permissionStatus = {
"NOT_REQUESTED": "not_determined", // App has not yet requested this permission
"DENIED": "denied", // User denied access to this permission
"RESTRICTED": "restricted", // Permission is unavailable and user cannot enable it. For example, when parental controls are in effect for the current user.
"GRANTED": "authorized", // User granted access to this permission
"GRANTED_WHEN_IN_USE": "authorized_when_in_use" // User granted access use location permission only when app is in use
};
I removed the values from that property and added @CordovaProperty decorator, which will get the value of the constant in runtime (from the actual plugin).
iOS should be
taken from https://github.com/driftyco/ionic-native/blob/853f42538395fc177de3678261b1910522fbec6d/src/plugins/diagnostic.ts#L66-L73
The text was updated successfully, but these errors were encountered: