Experiment with the demo applications for Splunk RUM for Mobile
Alpha features described in this document are provided by Splunk to you "as is" without any warranties, maintenance and support, or service-level commitments. Splunk makes this Alpha feature available at its sole discretion and may discontinue it at any time. These documents are not yet publicly available and we ask that you keep this information confidential. Use of Alpha features is subject to the Splunk Pre-Release Agreement for Hosted Services.
Use these links to navigate to topics within this Alpha release:
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.