Appetize

Appetize is a library to easily capture a demo of your app.

Download Appetize

Introducing Appetize.

Download and Install SDK

Drag and drop our SDK into your iPhone application!

One line of code.

Add our one line of code into your applicationDidFinishLaunchingWithOptions

Start Recording

Start Recording your app, use it for features, tips, anything!


Install Appetize


Step 2

1. Unzip the Appetize.zip file

2. Drag the contained Appetize.framework folder into your Framework’s group in your XCode project

3. Make sure you check ‘Copy items into destination group’s folder (if needed)’, as well as add to your main Target.

4. Drag the Appetize.bundle into your Project’s Main Target’s Copy Bundle Resources ‘Build Phase’

and make sure you check ‘Copy items into destination group’s folder (if needed)


Step 3: Configure the Appetize.Framework in XCode

1. Select your Project in the Project Navigator

2. Select the “Build Phases” then expand the ‘Link Binary with Library’ and press the plus + icon to add more libraries...

Then add the following Libraries:
- QuartzCore
- AVFoundation
- CoreMedia
- CoreVideo
- UIKit
- AssetsLibrary
- MediaPlayer


Step 4: Initialize Library

Open your Application Delegate (AppDelegate) and import the following header:

then add the following line of code in your - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions” method:


Step 5: You're Done!


Recording with Appetize