Skip to content

Commit 32f6ddf

Browse files
committed
Add NSUserTrackingUsageDescription
1 parent ff59087 commit 32f6ddf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-native-tracking-transparency
22

3-
A React Native Library for interacting with the tracking API from iOS 14.
3+
🕵️ A React Native Library for interacting with the tracking API from iOS 14.
44

55
## Installation
66

example/ios/TrackingTransparencyExample/Info.plist

+2
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@
5353
</array>
5454
<key>UIViewControllerBasedStatusBarAppearance</key>
5555
<false/>
56+
<key>NSUserTrackingUsageDescription</key>
57+
<string>$(PRODUCT_NAME) requires your permission to track in order to show you more relevant ads.</string>
5658
</dict>
5759
</plist>

0 commit comments

Comments
 (0)