cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[iOS]- Can we use 'Allow App Tracking(App Tracking Transparency Framework)' for Dynatrace user opt-in?

lbgtolentino
Visitor

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.

tracking device settings.pngapp tracking prompt.png

1 REPLY 1

Patrick_H
Dynatrace Leader
Dynatrace Leader

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. 

iOS help: https://www.dynatrace.com/support/help/shortlink/ios-hub

Featured Posts