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

Request to Add Privacy Manifest File for App Store Compliance #668

Open
173323222 opened this issue Mar 13, 2025 · 0 comments
Open

Request to Add Privacy Manifest File for App Store Compliance #668

173323222 opened this issue Mar 13, 2025 · 0 comments

Comments

@173323222
Copy link

Dear Jonathan George (Maintainer of MBProgressHUD),
I am a developer using MBProgressHUD in my iOS app, and I want to thank you for this excellent library. However, I encountered an issue during the App Store submission process that requires your attention.
Problem Description:
Apple recently enforced stricter privacy requirements for apps using third-party SDKs. Specifically, they require SDKs to include a Privacy Manifest file (PrivacyInfo.xcprivacy) that declares data collection practices.
Unfortunately, MBProgressHUD currently does not include this file, leading to App Store rejection with the following error:
"ITMS-91053: Missing API declaration – Your app’s code references one or more APIs that require reasons, but the app’s Privacy Manifest file does not declare the required reasons."
Request:
Could you please add a Privacy Manifest file to the MBProgressHUD repository? The file should explicitly declare that the library:
Does not collect any user data (if true).
Does not use required APIs (e.g. NSUserDefaults, network access, etc.).
Suggested Solution:
Create a PrivacyInfo.xcprivacy file in the repository root.
Declare "No data collected" and specify APIs used (if any).
Reference: Apple’s Privacy Manifest Documentation.
This update will help all developers using MBProgressHUD comply with App Store guidelines. Let me know if you need further details!
Thank you for your time and continued support of this library!

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