Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: PermissionStatus meanings for appTrackingTransparency #1459

Open
3 of 5 tasks
lukepighetti opened this issue Mar 24, 2025 · 0 comments
Open
3 of 5 tasks

Comments

@lukepighetti
Copy link

lukepighetti commented Mar 24, 2025

Please check the following before submitting a new issue.

Please select for which platform(s) you need help

  • Android
  • iOS
  • Windows

Your question

we are recording the responses to Permission.appTrackingTransparency but we're unsure how they map.

Image
/// permission_handler
enum PermissionStatus {
  permanentlyDenied,
  granted,
  denied,
  restricted,
}

app_tracking_transparency library has a more explicit tracking status enum. how does permission_handler map to these values?

/// app_tracking_transparency
enum TrackingStatus{
  notDetermined,
  restricted,
  denied,
  authorized,
  notSupported,
}

Version

11.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant