Change the App Key

You can use the Xamarin Agent API to dynamically change the EUM app key. You receive the EUM App Key when creating a mobile app in the Controller UI. See Get Started with Mobile RUM for information about getting the EUM App Key.

The API to change app keys is available through the Instrumentation class.

CODE
Instrumentation.ChangeAppKey("NEW-APP-KEY");