TestFairy for iOS Apps

TestFairy is a mobile quality platform that helps mobile teams automate your app distribution, streamline your development process, manage feedback cycles, and deliver faster & better to market. All this, in a highly secure, enterprise-grade environment. TestFairy works Great with iOS!

Testfairy
shape

How to add TestFairy to a iOS project

1. Add the SDK

Add the TestFairy pod to your Podfile by inserting the following line where applicable:

pod 'TestFairy'

Run the $ pod install command to install the TestFairy dependency.

2. Initialize the SDK

Open your AppDelegate.m file. Add this code to your app:

#import "TestFairy.h"
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    [TestFairy begin:@"<YOUR_APP_TOKEN_HERE>"];
    // below of the rest of the didFinishLaunchingWithOptions method
    // ...
}

Articles from our blog about iOS

Cloud Architecture
That Fits Your Enterprise

Build

Your App

Upload

To TestFairy

DISTRIBUTE

App to Users

perform

Testing

Collect

User Feedback

Collect

Crash Reports

Post issues

Automatically
main picture
shape