# iOSPermission **Repository Path**: OSV-Labs/iOSPermission ## Basic Information - **Project Name**: iOSPermission - **Description**: Cordova plugin to check some permissions on iOS platform - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-10 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iOSPermission cordova plugin to check some permissions on iOS platform ## Install `cordova plugin add @osvlabs/ios-permissions-vitta@latest` ## use ``` IOSPermission.checkPhotoPermission(success => { // allow }, failed => { // forbidden or error }) IOSPermission.checkCameraPermission(success => { // allow }, failed => { // forbidden or error }) ```