I'm trying to set up the appdynamics iOS SDK, and there seems to be a problem getting data back to the server.
I've initialized the SDK with the following:
ADEumInstrumentation.initWithKey(<app key>, collectorUrl: "https://appdynamics.<domain>.com", enableLogging: true)
where https://appdynamics.<domain>.com is the URL I use to access the on-premise app dynamics dashboard.
Currently when the app launches, it's getting a 404:
Bad response when sending beacons to beaconUrl: /eumcollector/mobileMetrics?version=2 -- https://appdynamics.<domain>.com, statusCode: 404
The Mobile User Experience section of the dashboard shows "No Data Available" in all sections.
The documentation says that I need to use the above method to set a custom collectorURL, but it doesn't provide any additional information on what the collector URL should be relative to my on-premise instance.