5.1.1 • Published 4 months ago

expo-tracking-transparency v5.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

expo-tracking-transparency

A library for requesting permission to track the user or their device. Examples of data used for tracking include email address, device ID, advertising ID, etc... This permission is only necessary on iOS 14 and higher; on iOS 13 and below this permission is always granted. If the "Allow Apps to Request to Track" device-level setting is off, this permission will be denied.

For more information on Apple's new App Tracking Transparency framework, please refer to their documentation.

API documentation

Installation in managed Expo projects

For managed Expo projects, please follow the installation instructions in the API documentation for the latest stable release.

Installation in bare React Native projects

For bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.

Add the package to your npm dependencies

npx expo install expo-tracking-transparency

Configure for iOS

Run npx pod-install after installing the npm package.

Add NSUserTrackingUsageDescription key to your Info.plist:

<key>NSUserTrackingUsageDescription</key>
<string>Your custom usage description string here.</string>

Configure for Android

Add com.google.android.gms.permission.AD_ID permission to your manifest (android/app/src/main/AndroidManifest.xml):

<!-- Added permissions -->
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.

5.1.1

5 months ago

5.1.0

7 months ago

5.0.0

8 months ago

4.0.2

1 year ago

4.0.1

1 year ago

4.0.0

1 year ago

3.3.0

2 years ago

3.2.0

2 years ago

3.1.0

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.3.0

3 years ago

2.3.1

3 years ago

2.2.0

3 years ago

2.1.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago