-
-
Notifications
You must be signed in to change notification settings - Fork 341
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
Add disk space as optional context #4850
Comments
I was reading the allowed reasons to access in NSPrivacyAccessedAPICategoryDiskSpace and it seems that there isn't any reason that supports that. I.e. using storage and free storage memory for automated bug report. Thanks for the |
OK, I just checked the reasons. We could only use @armcknight, it could be useful to attach the disk space after asking for permission in the user feedback feature. But as this will only be helpful for a minor portion of our users, it could take some time until we implement this @diogot. |
No need to rush, when I opened the issue I didn't realized the complexity behind this. Thanks! |
Problem Statement
In the past the SDK seems to add the disk space to the device info in events, but it was removed.
I see that this info isn't necessary for most of the apps, but our app requires a relevant of disk space to download videos, and we have error that is important to know the available disk space to help identify the root cause of the problem.
Solution Brainstorm
Given that this info isn't necessary to all apps I suggest to make it opt in.
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: