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

Update blocked by Apple (ATT) #6006

Closed
g123k opened this issue Dec 5, 2024 · 2 comments · Fixed by #6143
Closed

Update blocked by Apple (ATT) #6006

g123k opened this issue Dec 5, 2024 · 2 comments · Fixed by #6143
Assignees
Labels
🍎 iOS iOS specific issues or PRs 🎯 P0 privacy

Comments

@g123k
Copy link
Collaborator

g123k commented Dec 5, 2024

The second update is still refused by Apple:

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage


The app includes App Tracking Transparency permissions requests, but it encourages or directs users to accept tracking. Specifically, the app directs the user to accept tracking in the following way(s):


- A message appears before the permission request, and the user can close the message and delay the permission request with the "Refuse" button. The user should always proceed to the permission request after the message.


Permission requests give users control of their personal information. It is important to respect their decision about how their data is used.


Next Steps


To resolve this issue, please revise the permission request process in the app to not include an exit button on the message before the tracking request.


If necessary, you may provide more information about why you are requesting permission to track before the request appears. If the user is trying to use a feature in the app that won't function without tracking, you may include a notification to inform the user and provide a link to the Settings app.

TLDR: We need to implement ATT

@teolemon
Copy link
Member

teolemon commented Dec 5, 2024

I really don't understand, we allow refusing everything, without consequences.

@g123k
Copy link
Collaborator Author

g123k commented Dec 5, 2024

I really don't understand, we allow refusing everything, without consequences.

They want us to formally deny the request with the iOS popup.
But I have some doubts if an Analytics solution is impacted:

You must use the AppTrackingTransparency framework if your app collects data about end users and shares it with other companies for purposes of tracking across apps and web sites. The AppTrackingTransparency framework presents an app-tracking authorization request to the user and provides the tracking authorization status.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍎 iOS iOS specific issues or PRs 🎯 P0 privacy
Development

Successfully merging a pull request may close this issue.

2 participants