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

Is there any way to change the status after the request prompt is already shown? #5

Open
Ruzen1 opened this issue Apr 28, 2021 · 2 comments

Comments

@Ruzen1
Copy link

Ruzen1 commented Apr 28, 2021

Hey am sorry to bother again but your advice is very valuable.

I want to change the tracking status when the user clicks a button but it seems the request prompt can be shown only once right? Is there any other way to change the status ?

Thank you

@hannojg
Copy link

hannojg commented May 7, 2021

just open the app's settings. The user can change their the tracking.

@rodriigovieira
Copy link

According to Apple docs:

The requestTrackingAuthorization(completionHandler:) is the one-time request to authorize or deny access to app-related data that can be used for tracking the user or the device. The system remembers the user’s choice and doesn’t prompt again unless a user uninstalls and then reinstalls the app on the device.

Ref: https://developer.apple.com/documentation/apptrackingtransparency/attrackingmanager/3547037-requesttrackingauthorization

So the only way to change it after having already shown it, is to prompt the user to go to the app's settings, as mentioned above.

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

3 participants