Giter Site home page Giter Site logo

mohsinalimat / privacypermission Goto Github PK

View Code? Open in Web Editor NEW

This project forked from honeybeeswinging/nsauthoritymanagerdemo

1.0 2.0 0.0 30.91 MB

PrivacyPermission is a library for accessing various system privacy permissions

License: MIT License

Ruby 2.27% Objective-C 97.73%

privacypermission's Introduction

PrivacyPermission

License  Platform  Support  Cocoapods  Language 

   PrivacyPermission is a library for accessing various system privacy permissions,you can use it for more friendly access.

Privacy Permission Supported

  • Photo
    • Privacy - Photo Library Usage Description
  • Camera
    • Privacy - Camera Usage Description
  • Media
    • Privacy - Media Library Usage Description
  • Microphone
    • Privacy - Microphone Usage Description
  • Location
    • Privacy - Location Usage Description
    • Privacy - Location Always Usage Description
    • Privacy - Location When In Use Usage Description
  • Bluetooth
    • Privacy - Bluetooth Peripheral Usage Description
  • PushNotification
  • Speech
    • Privacy - Speech Recognition Usage Description
  • Event
    • Privacy - Calendars Usage Description
  • Contact
    • Privacy - Contacts Usage Description
  • Reminder
    • Privacy - Reminders Usage Description
  • Health
    • Privacy - Health Share Usage Description
    • Privacy - Health Update Usage Description

Preview

mainpage CN mainpage USA
Asset/screenshot-CN.png Asset/screenshot-USA.png

GIF Animated CN GIF Animated USA
Asset/GIF-CN.gif Asset/GIF-USA.gif

License

PrivacyPermission use MIT license

Installation with cocoapods

 pod 'PrivacyPermission'

screenshot/cocoapods.png

Usage

EXAMPLE

     [[PrivacyPermission sharedInstance]accessPrivacyPermissionWithType:PrivacyPermissionTypePhoto completion:^(BOOL response, PrivacyPermissionAuthorizationStatus status) {
          NSLog(@"response:%d \n status:%ld",response,status);
     }];

privacypermission's People

Stargazers

MohsinAli avatar

Watchers

MohsinAli avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.