We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff59087 commit 32f6ddfCopy full SHA for 32f6ddf
README.md
@@ -1,6 +1,6 @@
1
# react-native-tracking-transparency
2
3
-A React Native Library for interacting with the tracking API from iOS 14.
+🕵️ A React Native Library for interacting with the tracking API from iOS 14.
4
5
## Installation
6
example/ios/TrackingTransparencyExample/Info.plist
@@ -53,5 +53,7 @@
53
</array>
54
<key>UIViewControllerBasedStatusBarAppearance</key>
55
<false/>
56
+ <key>NSUserTrackingUsageDescription</key>
57
+ <string>$(PRODUCT_NAME) requires your permission to track in order to show you more relevant ads.</string>
58
</dict>
59
</plist>
0 commit comments