Overview
The Launch APK is a service APK containing configurations for the Motive App to use such as endpoints and Launch Server credentials. This APK allows for quick app configuration modifications without the need to build and update existing the Motive APK.
If a Launch APK is present on a device when a Motive app is ran, the app will configure itself using the configuration specified in the Launch APK. Otherwise, the Motive app will configure itself according to the AppConfig it contains.
Usage
Open the LaunchService project inside Android Studio.
...
Configure all fields to appropriate values dependent on your clients setup.
Building
Navigate to Build → Generate Signed Bundle / APK…
...