Giter VIP home page Giter VIP logo

flutter-apple-privacy-policy-related's Introduction

Scanners for possible use of "iOS required reason API, SDK".

Required reason api scanner

Text-based scanner

The scan is very rudimentary and based on comparing strings, but should be very helpful for a first analysis. See https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api for details.

  • Usage:
    • pod install --repo-update
    • build ios
    • sh required_reason_api_text_scanner.sh {directory_name} > find_api_text_results.txt in root project.
  • Example Output:

Binary-based scanner

This scanner looks for symbols in the binaries in build folder using nm.

It will find the .app, .framework and .a binaries. Keep in mind that the symbols found in the app (.app) will be duplicated from the ones found in the static libraries .a since they are statically linked.

  • Usage:
    • pod install --repo-update
    • Run build ios
    • sh required_reason_api_binary_scanner.sh {directory_name} > find_api_binary_results.txt in root project.
  • Example Output:

Required sdk scanner

Text-based scanner

The scan is very rudimentary and based on comparing strings, but should be very helpful for a first analysis. See https://developer.apple.com/support/third-party-SDK-requirements for details.

  • Usage:
    • pod install --repo-update
    • Run build ios
    • sh required_sdk_text_scanner.sh {directory_name} > find_sdk_text_results.txt in root project.
  • Example Output:

Apple sdk privacy update checker

This script helps quickly check whether the list of third-party SDK requirements on the Apple website has been updated. Because this list may be updated by Apple without clear notification. See https://developer.apple.com/support/third-party-SDK-requirements for details.

  • Usage:
    • Install python3
    • Install library selenium, webdriver_manager
    • Run build ios
    • python3 apple_sdk_privacy_update_checker.py and wait for the result.
  • Example Output:
    apple_sdk_privacy_update_checker.mp4

flutter-apple-privacy-policy-related's People

Contributors

mvn-quannguyen2-dn avatar

Stargazers

 avatar  avatar

Watchers

 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.