Replies: 14 comments 19 replies
-
Thanks for the questions. We are working on this and will have more to share with the community soon |
Beta Was this translation helpful? Give feedback.
-
For anyone coming to this thread who is not familiar with the Privacy Manifests stuff and wants to learn more about it; it's a requirement for new & updated apps uploaded to App Store Connect. It has a, currently somewhat nebulous, deadline of being required from "Spring 2024". Apple Development news post: https://developer.apple.com/news/?id=r1henawx (The news post also contains links to reference docs) |
Beta Was this translation helpful? Give feedback.
-
I have been following this "Privacy Manifest" requirement from the time Apple announced it. I agree with @liamjones that more clarity is needed from Apple and it is evident as many widely used libraries have not still made this change, there is already an issue raised on hermes. Hoping that we get clarity from react native side as soon as possible. |
Beta Was this translation helpful? Give feedback.
-
New update from Apple yesterday with concrete deadlines: https://developer.apple.com/news/?id=3d8a9yyh
|
Beta Was this translation helpful? Give feedback.
-
Looking at SDKs that require a privacy manifest and signature, I thought every SDK we use has to have a privacy manifest at first but it seems that's not true (*for now). |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, We are aware that Apple included Hermes in a list of “commonly used SDKs” that will require a Privacy Manifest and signature starting May 1, 2024. As mentioned already, Hermes is distributed via React Native. We will provide Privacy Manifests for our SDKs that were listed by Apple in the coming weeks to ensure you have sufficient time to update prior to enforcement. We expect to have more information to share in the coming weeks around the availability of our updated SDKs. For versioning, we’re currently focusing on providing support to newer versions, but intending to backport this support to older versions of React Native. Thanks! |
Beta Was this translation helpful? Give feedback.
-
this depends on where the native module exists. if it is a built-in for RN, then this will be provided through the guidance that we're working on. if it is a custom native module that you've built, then you as the developer would be responsible for adding the data use permissions and required reasons, as from the framework side we would have no idea why you would be doing certain things. that being said, please hold tight, i know it's tough with a deadline approaching. we're working hard on this and will have updates to share soon! |
Beta Was this translation helpful? Give feedback.
-
It seems like Apple is now sending out the warnings for this now. Here's an example of what we're getting in our app now:
Thanks for your work so far in resolving this. Looking forward to seeing your guidance on resolving the warnings in the coming weeks. |
Beta Was this translation helpful? Give feedback.
-
Guys, is there any quick way to find out which SDK is using something and not declared in privacy? as the warnings only point to the app itself. |
Beta Was this translation helpful? Give feedback.
-
My Team needs to add the iOS privacy manifest file for the react-native version:0.68.7. |
Beta Was this translation helpful? Give feedback.
-
Hi, any updates on this? I think this will affect all React Native codebases that have IOS app in the App Store as they will be rejected after 1 May |
Beta Was this translation helpful? Give feedback.
-
I wondering if anyone has tried to create the Privacy file in the main app and tested if third-party libraries are accepted even if they didn't declared that manifest. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
hi everyone, thanks for your patience. i have outlined the react native strategy for privacy manifests here: please go ahead and take any further discussions to that post. |
Beta Was this translation helpful? Give feedback.
-
Hi there, I am interested to get the view of the team/community about Apple Privacy Manifests and how these impact react native.
Many thanks in advance for any help/views on this
Beta Was this translation helpful? Give feedback.
All reactions