Skip to content

[iOS][Privacy Manifest] Set up privacy manifest for React Native 0.71 - #44281

Merged
cipolleschi merged 2 commits into
0.71-stablefrom
cipolleschi/privacy_manifest_0.71
Apr 26, 2024
Merged

[iOS][Privacy Manifest] Set up privacy manifest for React Native 0.71#44281
cipolleschi merged 2 commits into
0.71-stablefrom
cipolleschi/privacy_manifest_0.71

Conversation

@cipolleschi

@cipolleschicipolleschi commented Apr 26, 2024

Copy link
Copy Markdown
Contributor

Summary:

Cherry pick of d39712f and 520d120 for privacy manifest

Changelog:

[iOS][Added] - Privacy manifest for 0.71

Test Plan:

Tested locally on RNTester + CI must be green

Summary:
Changelog: [iOS][Added]
this creates the RN privacy manifest in the ios build step if user has not created one yet. the reasons have been added for the following APIs:
NSPrivacyAccessedAPICategoryFileTimestamp
- C617.1: We use fstat and stat in a few places in the C++ layer. We use these to read information about the JavaScript files in RN.
NSPrivacyAccessedAPICategoryUserDefaults
- CA92.1: We access NSUserDefaults in a few places.
1) To store RTL preferences
2) As part of caching server URLs for developer mode
3) A generic native module that wraps NSUserDefaults
NSPrivacyAccessedAPICategorySystemBootTime
- 35F9.1: Best guess reason from RR API pulled in by boost
Reviewed By: cipolleschi
Differential Revision: D53687232
fbshipit-source-id: 6dffb1a6013f8f29438a49752e47ed75c13f4a5c
@facebook-github-botfacebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Apr 26, 2024
@github-actions

github-actionsBot commented Apr 26, 2024

Copy link
Copy Markdown
Fails
🚫

📋 Verify Changelog Format - See Changelog format

Generated by 🚫 dangerJS against 796970e

Summary:
Changelog: [iOS][Added]
this change will be included in the RN CLI. so all new apps running the RN CLI to get created will get this manifest. the reasons have been added for the following APIs:
NSPrivacyAccessedAPICategoryFileTimestamp
- C617.1: We use fstat and stat in a few places in the C++ layer. We use these to read information about the JavaScript files in RN.
NSPrivacyAccessedAPICategoryUserDefaults
- CA92.1: We access NSUserDefaults in a few places.
1) To store RTL preferences
2) As part of caching server URLs for developer mode
3) A generic native module that wraps NSUserDefaults
NSPrivacyAccessedAPICategorySystemBootTime
- 35F9.1: Best guess reason from RR API pulled in by boost
Reviewed By: cipolleschi
Differential Revision: D53682756
fbshipit-source-id: 0426fe0002a3bc8b45ef24053ac4228c9f61eb85
@cipolleschi
cipolleschiforce-pushed the cipolleschi/privacy_manifest_0.71 branch from 9cd625e to 796970eCompareApril 26, 2024 12:33
@cipolleschi
cipolleschi changed the base branch from main to 0.71-stableApril 26, 2024 12:33
@cipolleschi
cipolleschi marked this pull request as ready for review April 26, 2024 12:35
@cipolleschi
cipolleschi merged commit d669ff7 into 0.71-stableApr 26, 2024
@cipolleschi
cipolleschi deleted the cipolleschi/privacy_manifest_0.71 branch April 26, 2024 13:27
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA SignedThis label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.p: FacebookPartner: FacebookPartnerPick Request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@cipolleschi@facebook-github-bot@philIip