App Tracking Transparency

Learn about app-tracking authorization request

Starting with iOS 14.5 publishers have to use the App Tracking Transparency framework when accessing the IDFA. This is why you should present the app-tracking authorization request to the end user. It can be achieved for example by using react-native-permissions.

Last updated