22 Mar 2021 07:08 AM
Hi,
We are working on instrumentation of a mobile app with Dynatrace SDK (RUM) and developers have some several questions.
Thanks.
Solved! Go to Solution.
08 Apr 2021 04:22 PM
Hey Cagdas,
Dynatrace SDK & Firebase Crashlytics can report the crash details at the same time or only one SDK can capture the crash details?
Dynatrace and Firebase Crashlytics can be used together. One Android both tools use the same API and ensure that the crash information is forwarded to other crash reporting frameworks.
Which iOS & Android versions are supported via Dynatrace SDK? Highest and lowest supported iOS & Android versions?
The information is available on this documentation page :
Android | 4.0.3+ (API 15+) |
iOS | 8+ |
Is it possible to define multiple unique ID?
I don't know which ID you are referring to. If you mean the "user tag": No, Dynatrace will always use the last "user tag" value, when you use the identifyUser API method multiple times on the same session. Different sessions from the same device can have different "user tag" values.