Skip to main content

Build the Testers App

The Sauce Mobile App Distribution platform provides a unique service that allows customers to run the Sauce Mobile App Distribution Testers App on a private cloud. By doing so, you gain the ability to customize and brand the Testers App according to your requirements. This documentation will guide you through the process of building your personalized Testers App for both Android and iOS platforms.

Android Testers App

Source Code

To begin, you need to access the source code of the Sauce Mobile App Distribution Testers App for Android. This can be achieved by forking the project from the following GitHub repository.

Code Changes

After forking the project, you must make change to Base_URL to customize the Testers App for your private cloud:

private static final String BASE_URL = "https://<YOUR_SUBDOMAIN_HERE>.testfairy.com";

iOS Testers App

Source Code

To get started with building the iOS version of the Testers App, you should fork the project from the following GitHub repository.

Code Changes

Once you have forked the iOS project, make the following changes to ViewController.swift:

let TESTFAIRY_URL = "https://<YOUR_SUBDOMAIN_HERE>.testfairy.com"