GithubHelp home page GithubHelp logo

Comments (1)

EchoZuo avatar EchoZuo commented on July 17, 2024

你好,谢谢反馈。

  1. 2.0.0 版本工程中的 podSpec 只是为了方便我本地编码调试,并非是为了支持 cocoaPods 集成。因为权限检测工具比较简易,并且大大部分工程都都只需要用到所有权限中的某1个或几个权限,个人觉得拖拽源码到工程中使用更为合适,故未提供 cocoaPods 集成方式。
    ECPrivacyCheckGatherTool 为权限检测工具集合,集合常见的app中基本都要用到的权限检测定位服务、照片、相机、通讯录。
    Core 文件夹下边为单独权限检测类,大部分为特殊app才用到。

  2. ECPrivacyCheckGatherTool 针对相册部门提供
    [检查相册权限状态:仅检查权限,不主动请求权限]方法:
    + (ECAuthorizationStatus)photosAuthorizationStatus
    [请求相册权限]
    + (void)requestPhotosAuthorizationWithCompletionHandler:(void(^)(BOOL granted))completionHandler;

目前实测下来并未发现权限判断无效的情况,方便的话可以提供一下测试代码供我查看,谢谢。

from ecprivacychecktools.

Related Issues (12)

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.