QuickStart Guide


  1. Create your Delight account and application.

  2. Copy the app token.

  3. Get the Delight framework from GitHub
    git clone git://github.com/delightio/ios.git

  4. Add Delight.framework to your target along with:
    • AVFoundation
    • CoreGraphics
    • CoreMedia
    • CoreVideo
    • QuartzCore
    • SystemConfiguration

  5. In your build settings, add -ObjC to "Other Linker Flags".

  6. In your application delegate,

    #import <Delight/Delight.h> and

    put the following in the application:didFinishLaunchingWithOptions::

    [Delight startWithAppToken:@"Your App Token"]


Please visit our API page for more customizations:

OpenGL ES Support beta

To use Delight with OpenGL ES apps, please view our OpenGL ES Guide.


Questions?
Email, tweet or call us anytime at +1 (415) 413-7425.