Experiment with the demo applications for Splunk RUM for Mobile

You can explore the following demo applications for Splunk RUM for Mobile.

Android demo app

The splunk-otel-android library includes a demo application called sample-app that you can use to test the RUM product. To build and run the sample application, you need to configure a local.properties file in the root of the project. To learn more about realms, see About realms.

To access the sample app, see the sample-app in the splunk-otel-android project on GitHub.

To use the sample app, configure the following properties in the local.properties file. The Splunk RUM access token needs to be for the realm you selected.

rum.realm=realm
rum.access.token=your-splunk-rum-access-token

iOS demo app

The splunk-otel-ios library includes a demo application called AgentTestApp build using UIKit, and a simple DevelApp based on Swift UI.

Both of these apps can be found in the splunk-otel-ios GitHub repository.