11 Mar 2019 07:00 AM - last edited on 13 Dec 2021 01:00 PM by MaciejNeumann
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.
Solved! Go to Solution.
11 Mar 2019 07:41 AM
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.
11 Mar 2019 07:56 AM
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
11 Mar 2019 08:12 AM
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