10 May 2018
09:35 AM
- last edited on
20 Feb 2023
02: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.
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.