Skip to content

Commit 0ed6aff

Browse files
MartinSandstromcharpeni
authored andcommitted
Add note for NSCameraUsageDescription (react-native-image-picker#953)
Used the example in the install.md but got rejected in app store due to Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage. The permission request alert should specify how your app will use this feature to help users understand why your app is requesting access to their personal data. To hinder other people from getting their binary rejected, a note has been added to this section.
1 parent b85aa97 commit 0ed6aff

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/Install.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ Add the `NSPhotoLibraryUsageDescription`, `NSCameraUsageDescription`, `NSPhotoLi
3333
</plist>
3434
```
3535

36+
⚠️ If you are planning on submitting your application to app store:
37+
38+
To be compliant with Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage, the permission request alert should specify how your app will use this feature to help users understand why your app is requesting access to their personal data.
39+
40+
```
41+
$(PRODUCT_NAME) would like access to your photo gallery to change your profile picture
42+
```
43+
44+
3645
### Android
3746

3847
Add the required permissions in `AndroidManifest.xml`:

0 commit comments

Comments
 (0)