GitXplorerGitXplorer
j

JRNPrivacyChecker

public
10 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
ccedf9c2758caa3e9630101011608ff5b64acc36

Updated version to 0.0.2

jjarinosuke committed 11 years ago
Unverified
e6d5135d8f8dd916416bc19e933b45c7a59e5e55

Updated README.

jjarinosuke committed 11 years ago
Unverified
67dbb5d04ba338bdd28981a17a253086e018dcf3

Implemented 'microphone' to DemoApp.

jjarinosuke committed 11 years ago
Unverified
a14b201aa20173926e7f13566146c65007fd2966

Added iOS7 new privacy feature 'Microphone'.

jjarinosuke committed 11 years ago
Unverified
571152d9128e1facfe12e0a09f077dd0241b0aa8

Fixed README.

jjarinosuke committed 11 years ago
Unverified
25ac140c465e696ae9d66601476e0e206877a211

Added podspec.

jjarinosuke committed 11 years ago

README

The README file for this repository.

Requirements

  • iOS 6.0 or later.
  • ARC

Features

  • make easier and more uniformly for checking each iOS privacy settings.

Features to be implemented

  • request authorization for each privacy settings.
  • added new privacy settings in iOS 7.

Supporting privacy

  • Photos
  • AddressBook
  • Location
  • Event(Calendar, Remindars)
  • Social(Twitter, Facebook, SinaWeibo)
  • Ad Tracking
  • Microphone

Files

  • JRNPrivacyChecker/
    JRNPrivacyChecker files.

  • DemoApp/
    files for sample application which lists scheduled local notifications.

Usage

  • 1.Add files in JRNPrivacyChecker/ to your Xcode project.
  • 2.Import JRNPrivacyChecker.h
#import "JRNPrivacyChecker.h"
  • check Photo access.
[[JRNPrivacyChecker defaultChecker] checkPhotoAccess:^(ALAuthorizationStatus authorizationStatus) {
    //handling authorizationStatus
}];

Install

Using CocoaPods is the best way.

pod 'JRNPrivacyChecker'

I don't want to use CocoaPods.

OK, please D&D JRNPrivacyChecker folder into your project.

License

Copyright (c) 2013 Naoki Ishikawa

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.