Replies: 1 comment 1 reply
-
Hey @GerdC, thanks for opening this discussion. This is indeed a very interesting point. I have not thought about this fully, so these thoughts are super fresh and just off the top of my head with the intention to hear thoughts and feedback. These are options I have in mind:
Did I forget any? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
On Twitter, there were discussions
https://twitter.com/joshavant/status/1684687839739748352 that Apple requires declaring reasons why some APIs are used.
One of the APIs that require declaring a reason is UserDefaults: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api
Matomo generates a unique ID for the user and saves it to UserDefaults:
matomo-sdk-ios/MatomoTracker/Visitor.swift
Line 19 in 32c2353
How are you handling this?
What options are available?
Edit:
My understanding of Apples definition of "Tracking" and "Linking", using analytics on a self owned server is not considered tracking or linking, if not shared with other companies and not linked with data from other companies: https://developer.apple.com/videos/play/wwdc2022/10166
Beta Was this translation helpful? Give feedback.
All reactions