10 May 2018
05:35 PM
- last edited on
20 Feb 2023
10:33 AM
by
Karolina_Linda
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?
Solved! Go to Solution.
14 May 2018 07:06 AM
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.