Experiment with the demo applications for Splunk RUM for Mobile 🔗
There are two demo applications for you to explore 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 Note 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 two 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.