29 Jul 2025
03:29 AM
- last edited on
29 Jul 2025
08:30 AM
by
MaciejNeumann
For iOS, we are thinking of not adding more prompt to users and just use the native "Allow App Tracking" prompt for user opt-in in dynatrace, this also allows users to disable enable in device settings whenever they want to opt-in or not.
Any advice against using this? Thank you.
11 Aug 2025 08:37 AM
It could be used, but developers have to take care to reflect the tracking status set there and set it to Dynatrace if it changes. We did not yet research this as it is more intended for cross-venoder data sharing (e.g. like some cookies) and tracking users over different systems and not for monitoring data - so using it would be a bit of a misuse of what is was intended for.
If it is used developer needs to take care to set chosen state to Dynatre on first config and also later poll for changes in ATTrackingManager.AuthorizationStatus as there is no callback on when the user changes its choice in settings. Also there is no way in re-showing the initial teackin dialog if you e.g. want do ask users if they want to opt in/out in bew features of Dynatrace you activated like session replay - I strongly advice for a separate setup here.