Skip to content

CleverTap 2.0.4

Compare
Choose a tag to compare
@pwilkniss pwilkniss released this 09 Dec 10:22
· 1476 commits to master since this release

Dropped support for iOS 6 - only support 7.0 and above

Added optional autoIntegrate method to automatically handle device token registration and
push notification/url referrer tracking, and set up a singleton instance of the CleverTap class. This is accomplished by proxying the AppDelegate and "inserting" a CleverTap AppDelegate behind the AppDelegate. The proxy will first call the AppDelegate and then call the CleverTap AppDelegate.

Added notification of application code of User Profile synchronization via CleverTapSyncDelegate and/or NSNotification broadcast mechanism.

Added ability to record custom error events: recordErrorWithMessage:(NSString *)message andErrorCode:(int)code.