TestFairy provides customers who run the service on a private cloud to build their own TestFairy Testers App.

This way, you can cusomtize and brand it as you wish.

In order to get do that please do the following:

Android

Source Code

Fork this project: https://github.com/testfairy/testers-app-android

Code Changes

Change Base_URL

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

iOS

Source Code

Fork this project: https://github.com/testfairy/testers-app-ios

Code Changes

Change ViewController.swift

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

Last updated on 2023-06-06