Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 773 Bytes

OLKitePrintSDK.md

File metadata and controls

23 lines (17 loc) · 773 Bytes

Customizing The Kite.ly Print SDK

This tutorial covers customizing the Kite.ly Print SDK

If you haven't already, see the README for an initial overview and instructions for adding the SDK to your project.

Overview

OLKitePrintSDK is a static class that needs to be initialized with apiKey by using the method:

+ (void)setAPIKey:(NSString *)apiKey withEnvironment:(OLKitePrintSDKEnvironment)environment;

You can set the environment to be either live or sandbox for testing:

+ (OLKitePrintSDKEnvironment)environment;

Next Steps

  • If you are using the Full mode of the SDK then create and present or push an OLKiteViewController passing it an array of OLAssets