Launch parameters allow your app to receive data at launch, enabling you to simulate different user journeys and configurations during automated tests. For convenience, MobileBoost sets the keyDocumentation Index
Fetch the complete documentation index at: https://docs.mobileboost.io/llms.txt
Use this file to discover all available pages before exploring further.
isGptDriver: true when running your app on the platform, so you can easily detect if your app is running in a test environment.
Retrieving launch parameters
- Swift
- Kotlin / Java (Intents)
Launch parameters are stored in
UserDefaults and can be accessed by calling the appropriate method based on type:Passing launch parameters via API
To pass launch parameters when triggering tests, include alaunchParams object in your JSON payload to the execute tests endpoint:
launchParams object accepts any number of key-value pairs based on your requirements.
Example
Passing aversion and featureFlag parameter:

