-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Feature]: Privacy Manifest for Promises SDK #3548
Comments
Hey @LydGol90, |
@KrzysztofMoch can we close this issue, or must we remove PromiseSwift dependency ? |
We can close this once we remove this dependency |
@KrzysztofMoch Are there any plans to release a new version w/ this change, given Apple's Privacy Manifest requirement is set to start in about 2 weeks? |
Yes, I think we can make release this or at start of next week |
Hi, This library uses Spotify Persistent Cache which has a Privacy Manifest file of it's own. So if i use this library in my own React Native library which used by others via NPM, do i have to include the Privacy Manifest from Spotify? Or will this library include the Privacy Manifest? What if i use this libraries code as a custom Native Module, do i then have to specify it in my Privacy Manifest or will Apple traverse through the dependencies and find the Privacy Manifest which is added by Spotify Persistent Cache? |
@KrzysztofMoch, Any Update? |
Bumping aliza's question? Any hopes of getting this cut this week, since the Apple May 1st deadline is around the corner? Thanks so much for all your efforts! |
Yes! I will do it tonight/tomorrow |
@KrzysztofMoch Since this library uses Spotify Persistent Cache, they need to add their Privacy Manifest but it looks like they have stopped uploading new versions on Pods. |
I saw this, but it's optional when you use cache video (disabled by default) and even if you use it you can copy manifest from them |
I agree this can be an app responsibility! |
Sure, will add it |
@freeboub There's no information on how the manifests are merged in the app bundle so there are a lot of questions. I guess adding manifests in sample app will resolve the issue. |
@KrzysztofMoch, It's 3 weeks spent. Still no update. |
Privacy manifest is automatically added when upgrading react native version. |
@freeboub Yes - as always when we upgrading react-native Pods are taken from cache and install is failing - I will do fix for it (somehow not sure how yet) |
I think we can close this topic. let me know if I need to reopen |
Description
Hi there,
This lib makes use of Promises SDK which is on the list of Apple's "Privacy Impacting SDKs" that require a manifest and signing by Spring 2024.
The Promises SDK has now implemented a Privacy Manifest in their latest version 2.4.0 (not yet released).
https://developer.apple.com/support/third-party-SDK-requirements/
google/promises#226
Will it be possible for this lib to update to use 2.4.0 as soon as it is released so that apps using this lib can comply with Apple policy rules? This may have already been on your radar but just wanted to check!
Many thanks,
Lydia
Why it is needed ?
For Apple Privacy compliance for all apps using this lib
Possible implementation
No response
Code sample
No response
The text was updated successfully, but these errors were encountered: