App Tracking Transparency

What is App Tracking Permission?

This permission is required only for the iOS. Enable this permission if you need to display cookie policy in your app or you want to track users activity. This permission will be asked as soon as users open an application. If user deny the permission, next time it will display and alert message to users to enable permission by going to settings

How to setup App Tracking Permission?

1.) Message: This message will be displayed when first time permission will be asked. It is very important because users will be deciding to allow/deny permission based on your purpose in the message.

2.) Permission Rationale Message: This message will be displayed user has denied the permission but the permission is required to function the app. Once the permission is denied, we cannot ask it again. So, instead we can display this rationale message. This message will be displayed as an alert popup in the app with Settings and Cancel button. Settings button will bring users to the settings of your app from where they can enable the permission again.

How to test App Tracking Permission in Twinr Previewer App?

  • If you want to test permission with your message, you can request a build and test it.

Last updated