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

iOS Are there any plans to add Privacy Manifests? #1026

Closed
Miya49-p0 opened this issue Mar 22, 2024 · 7 comments
Closed

iOS Are there any plans to add Privacy Manifests? #1026

Miya49-p0 opened this issue Mar 22, 2024 · 7 comments
Assignees
Labels
enhancement New feature or request

Comments

@Miya49-p0
Copy link

Apple recently announced that starting in Spring 2024, apps will be required to include more privacy-related reasoning for "third-party SDKs." This includes providing details in privacy manifests about data use by these SDKs. You can read more about this requirement on the Apple Developer website: Describing Data Use in Privacy Manifests

In Flutter SDK 3.19, this kind of support has already been implemented.
You can find more details at: flutter/packages#5846.

Thank you for your attention to this matter.
https://developer.apple.com/news/?id=3d8a9yyh

@Miya49-p0 Miya49-p0 added the enhancement New feature or request label Mar 22, 2024
@RCGitBot
Copy link
Contributor

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

@aboedo
Copy link
Member

aboedo commented Mar 26, 2024

Thanks for bringing it up! We've had support for Privacy Manifests for a while but it's been limited to Swift Package Manager. Our flutter plugin uses cocoapods under the hood, so we just merged RevenueCat/purchases-ios#3772 which adds support for privacy manifests via cocoapods.

This should be merged very soon and added automatically to the next release of purchases-flutter.

@aboedo aboedo self-assigned this Mar 26, 2024
@Miya49-p0
Copy link
Author

Thank you for your quick response!

@aboedo
Copy link
Member

aboedo commented Mar 27, 2024

Update here: this got merged and made it to the release train for iOS, which should ship shortly. It will take one week to propagate to our flutter SDK. Thanks again for bringing it to our attention!

@aboedo
Copy link
Member

aboedo commented Mar 27, 2024

and of course a big shoutout to @sdurban for the PR to fix it!

@Miya49-p0
Copy link
Author

@aboedo
Hi!

I found https://github.com/RevenueCat/purchases-hybrid-common/blob/main/ios/PurchasesHybridCommon/Podfile
I learned that PrivacyManifest was added in "RevenueCat" ver4.40.1.

And "purchases-flutter" is having https://github.com/RevenueCat/purchases-flutter/blob/main/ios/purchases_flutter.podspec

Can I close the "issue" I created?

@aboedo
Copy link
Member

aboedo commented Apr 22, 2024

Can I close the "issue" I created?

Absolutely! I'll go ahead and close this one out, but next time feel free to close when the problem is solved 😄

Thanks again for reporting!

@aboedo aboedo closed this as completed Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants