Experiment with the demo applications for Splunk RUM for Mobile
Use the Android or iOS demo application to explore Splunk RUM for Mobile. Learn how to access the Splunk RUM for Mobile applications on GitHub.
You can explore the following demo applications for 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 Configure SSO integrations for Splunk Observability Cloud.
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=<Splunk RUM access token>
iOS demo app
The splunk-otel-ios library includes a demo application called Demo Boutique.
To access the sample app, see Demo Boutique in tracing-examples/iOS on GitHub.
To use the demo app, open Demo Boutique.xcodeproj
in Xcode and run the Demo Boutique application.