All Projects → skooal → Privacypermission

skooal / Privacypermission

Licence: mit
[DEPRECATED!!]PrivacyPermission is a library for accessing various system privacy permissions

Projects that are alternatives of or similar to Privacypermission

Iso8601
ISO8601 date parser and writer
Stars: ✭ 213 (-4.05%)
Mutual labels:  cocoapods
Mkmagneticprogress
A circular progress bar for iOS written in Swift
Stars: ✭ 214 (-3.6%)
Mutual labels:  cocoapods
Expandedtabbar
ExpandedTabBar is a very creative designed solution for "more" items in UITabBarController. It's greate experience to have more comfortable and intuitive UI.
Stars: ✭ 219 (-1.35%)
Mutual labels:  cocoapods
Theanimation
Type-safe CAAnimation wrapper. It makes preventing to set wrong type values.
Stars: ✭ 214 (-3.6%)
Mutual labels:  cocoapods
All In One Customized Adblock List
An all-in-one adblock list that thoroughly blocks trackers, popup ads, ads, unwanted cookies, fake news, cookie warning messages, typosquatters, unwanted comment sections, crypto-coin mining, YouTube clutter, Twitter guff and social network hassles.
Stars: ✭ 217 (-2.25%)
Mutual labels:  privacy
Pincache
Fast, non-deadlocking parallel object cache for iOS, tvOS and OS X
Stars: ✭ 2,513 (+1031.98%)
Mutual labels:  cocoapods
Dtphotoviewercontroller
A fully customizable photo viewer ViewController to display single photo or collection of photos, inspired by Facebook photo viewer.
Stars: ✭ 212 (-4.5%)
Mutual labels:  cocoapods
Proxybroker
Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS 🎭
Stars: ✭ 2,767 (+1146.4%)
Mutual labels:  privacy
Derosuite
DERO: Secure, Anonymous Blockchain with Smart Contracts. Subscribe to Dero announcements by sending mail to [email protected] with subject: subscribe announcements
Stars: ✭ 216 (-2.7%)
Mutual labels:  privacy
Amplitude Ios
Native iOS/tvOS/macOS SDK
Stars: ✭ 216 (-2.7%)
Mutual labels:  cocoapods
Txtorcon
Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
Stars: ✭ 215 (-3.15%)
Mutual labels:  privacy
Sbtuitesttunnel
Enable network mocks and more in UI Tests
Stars: ✭ 215 (-3.15%)
Mutual labels:  cocoapods
Fusuma
Instagram-like photo browser and a camera feature with a few line of code in Swift.
Stars: ✭ 2,434 (+996.4%)
Mutual labels:  cocoapods
Bromite
Bromite a Chromium fork with ad blocking and privacy enhancements; take back your browser!
Stars: ✭ 3,256 (+1366.67%)
Mutual labels:  privacy
Tor Socks Proxy
🐳 Tiny Docker(🤏 10MB) image as 🧅 Tor SOCKS5 proxy 🛡
Stars: ✭ 218 (-1.8%)
Mutual labels:  privacy
Wherearetheeyes
Surveillance Detection and Mapping App
Stars: ✭ 212 (-4.5%)
Mutual labels:  privacy
Aksidemenu
Beautiful iOS side menu library with parallax effect. Written in Swift
Stars: ✭ 216 (-2.7%)
Mutual labels:  cocoapods
Ackee
Self-hosted, Node.js based analytics tool for those who care about privacy.
Stars: ✭ 3,140 (+1314.41%)
Mutual labels:  privacy
Inboxen
Main repo for Inboxen.org
Stars: ✭ 218 (-1.8%)
Mutual labels:  privacy
Infinitecollectionview
Infinite horizontal scrolling using UICollectionView.
Stars: ✭ 218 (-1.8%)
Mutual labels:  cocoapods

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

PrivacyPermissionuse MIT license

Installation with cocoapods

 pod 'PrivacyPermission'

Usage

EXAMPLE

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

CHANGELOG

  • Version 2.0.1
 delete func releate to 'HealthyKit' 
  • Version 2.0.2
eliminate the warning
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].