Skip to content

Instantly share code, notes, and snippets.

View clevertap-support's full-sized avatar

clevertap-support

View GitHub Profile
@clevertap-support
clevertap-support / ios_getting_started_sdk_integration_automatic_integration.m
Last active May 19, 2016 05:46
iOS getting code snippets used in support.clevertap.com
// Automatic Integration
- (BOOL) application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
CleverTap *clevertap = [CleverTap autoIntegrate];
}