Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to check if you use a required reason API #270

Closed
vinhnx opened this issue Dec 22, 2023 · 0 comments
Closed

How to check if you use a required reason API #270

vinhnx opened this issue Dec 22, 2023 · 0 comments

Comments

@vinhnx
Copy link
Owner

vinhnx commented Dec 22, 2023

In this blog post, I'll share a shell script that helps you to identify if your code base might use a required reason API.

What are "required reason APIs"

Apple classified several APIs that can be misused to access device signals to try to identify the device or user (a.k.a fingerprinting).

The APIs were grouped as follows:

File timestamp APIs
System boot time APIs
Disk space APIs
Active keyboard APIs
User defaults APIs
The actual list of "required reason API", consisting of UserDefaults, ProcessInfo.systemUptime and many others, can you find here.

Why check and declare "required reason APIs"

Starting in fall 2023, when you upload a new app or app update to App Store Connect that uses such an API (might be from third-party SDKs) that requires a reason, you’ll receive a notice if you haven’t provided an approved reason in your app’s privacy manifest.

https://blog.eidinger.info/how-to-check-if-you-use-a-required-reason-api

@vinhnx vinhnx closed this as completed Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant