You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: