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

Does monitoring of mobile app has dependency on provision of Cluster ActiveGate?

Just want to double-confirm, because I am wondering does the injection in the code developed using Android Studio or Xcode actually 'knows' the endpoint of Dyna Managed or Cluster AG.

 

3 REPLIES 3

Patrick_H
Dynatrace Champion
Dynatrace Champion

The endpoint where monitoring data has to be sent to is in the configuration snippet added to the gradle script (Android Studio) or the Info.plist file (Xcode). If the domain name of the Active Gate changes this also has to be changed when building the mobile apps. Also mobile apps with old configuration won't be able to send their monitoring data to the AG if its domain name changed.


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

Okay, so it means I have to deploy Cluster AG first, then only add the snippet to the code, and compile and publish to Google PlayStore or AppStore. There is indeed a dependency


skrystosik
DynaMight Guru
DynaMight Guru

You should create AG and define public endpoint. Then after adding DT binary into your apps you are putting there some configurations, one of it is address od cluster active gate. You can build such app and test it on device (actually developers can), you should be able to see visits in dt. If there all will be ok, put apps into stores and you are good to go 🙂

Sebastian


Regards, Sebastian

Featured Posts