Skip to content

Commit b1f4922

Browse files
committed
Add missing mentions of AppTrackingTransparency
1 parent 0a972de commit b1f4922

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ PERMISSIONS.ANDROID.WRITE_EXTERNAL_STORAGE;
379379

380380
// iOS permissions
381381

382+
PERMISSIONS.IOS.APP_TRACKING_TRANSPARENCY;
382383
PERMISSIONS.IOS.BLUETOOTH_PERIPHERAL;
383384
PERMISSIONS.IOS.CALENDARS;
384385
PERMISSIONS.IOS.CAMERA;

example/ios/RNPermissionsExample/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
<string>Let me use your reminders</string>
6868
<key>NSSpeechRecognitionUsageDescription</key>
6969
<string>Let me use speech recognition</string>
70+
<key>NSUserTrackingUsageDescription</key>
71+
<string>Let me use your ad identifier</string>
7072
<key>UIAppFonts</key>
7173
<array>
7274
<string>MaterialCommunityIcons.ttf</string>

0 commit comments

Comments
 (0)