Hello,
I failed to etablish a connection between my xamarin application and appdynamics.
I installed the xamarin agent through nugets package. The agent's version is 2020.3.3.
I added this to my app.xaml.cs :
var config = AppDynamics.Agent.AgentConfiguration.Create("XX-XXX-XXX-XXX");
config.CollectorURL = "https://col.eum-appdynamics.com";
AppDynamics.Agent.Instrumentation.InitWithConfiguration(config);
In the appdynamics interface, I followed the CrossPlatform getting started wizard. Selected a mobile app group (after creating a new one). Clicked "Continue". Selected Xamarin and EMEA (since I'm in Europe, but I tried the Americas as well).
When I launch the app and monitor the network I see some frames being sent to appdynamics :
However, in the getting started page it's still waiting for connection :
Is there something I am missing there?
Thank you for your time,
Florian
Hello,
I failed to etablish a connection between my xamarin application and appdynamics.
I installed the xamarin agent through nugets package. The agent's version is 2020.3.3.
I added this to my app.xaml.cs :
var config = AppDynamics.Agent.AgentConfiguration.Create("XX-XXX-XXX-XXX"); config.CollectorURL = "https://col.eum-appdynamics.com"; AppDynamics.Agent.Instrumentation.InitWithConfiguration(config);
In the appdynamics interface, I followed the CrossPlatform getting started wizard. Selected a mobile app group (after creating a new one). Clicked "Continue". Selected Xamarin and EMEA (since I'm in Europe, but I tried the Americas as well).
When I launch the app and monitor the network I see some frames being sent to appdynamics :
However, in the getting started page it's still waiting for connection :
Is there something I am missing there?
Thank you for your time,
Florian
I ran into the same situation exactly with what you had, did you find any solution ultimately?