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

User tag for IOS manual instrumentation (developer)

We have instrumented the monitoring of an IOS app by manual instrumentation (developer) and the client wants to identify the users with user tagging. The documentation states that we have to use the SDK to apply the tag, for cocoapods the SDK is added automatically however for the manual instrumentation (developer) there is no info about how to add the SDK so we can apply the tag, does anybody know how?

1 REPLY 1

Patrick_H
Dynatrace Champion
Dynatrace Champion

If you already added the iOS agent to your Xcode Project and the App is successfully instrumented you can already use the user tagging API. Only thing you might need to add to your header search path if not already done is the Dynatrace.h file, so Xcode also knows about the API of the iOS Agent.

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

Featured Posts