You can use Firebase for split testing your Android or iOS app. Tutorials on how to set things up for Firebase and remote configurations specifically can be found at https://firebase.google.com/docs/remote-config/.
For this example, we will be looking at an Android implementation. Download the sample project from https://github.com/mikerworks/packt-lean-firebase-split-testing. The Android Kotlin app that you will find there is to demonstrate how you can run split tests for the onboarding flow of an app. It uses Firebase remote configurations and Firebase analytics.
The project has been setup using the Firebase option of the Tools menu of Android Studio. The Firebase assistant can help you to configure your ...