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

Add Privacy manifest (WWDC23) #521

Open
azurlake opened this issue Sep 8, 2024 · 0 comments
Open

Add Privacy manifest (WWDC23) #521

azurlake opened this issue Sep 8, 2024 · 0 comments

Comments

@azurlake
Copy link

azurlake commented Sep 8, 2024

According to Apple, all new apps using "Privacy impacting SDK's" must be signed and include a Privacy manifest. This seems to be a requirement for new apps, according to the docs:

https://developer.apple.com/support/third-party-SDK-requirements

ChatSDK for iOS is listing the following Privacy Impacting SDKs missing the provacy manifest file:

“Frameworks/MBProgressHUD.framework/MBProgressHUD”, which includes MBProgressHUD, an SDK that was identified in the documentation as a privacy-impacting third-party SDK.

"Frameworks/RxCocoa.framework/RxCocoa”, which includes RxCocoa, an SDK that was identified in the documentation as a privacy-impacting third-party SDK.

"Frameworks/RxRelay.framework/RxRelay”, which includes RxRelay, an SDK that was identified in the documentation as a privacy-impacting third-party SDK.

"Frameworks/RxSwift.framework/RxSwift”, which includes OneSignalOutcomes, an SDK that was identified in the documentation as a privacy-impacting third-party SDK.

“Frameworks/Toast.framework/Toast”, which includes Toast, an SDK that was identified in the documentation as a privacy-impacting third-party SDK.

Could you update the above SDK dependencies and also include your own Privacy manifest?

Thank you

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