Skip to content

2.0.0

Compare
Choose a tag to compare
@morou morou released this 16 Aug 09:09
· 107 commits to master since this release

The special step is required to upgrade the SDK. Please read our Upgrade Guide.

New

  • Add following APIs
    • setIntUserProfile:(int)value forKey:(NSString*)key
    • setDoubleUserProfile:(double)value forKey:(NSString*)key
    • setDateUserProfile:(NSDate*)value forKey:(NSString*)key

Changes

  • setUserProfile:(NSString*)value forKey:(NSString*)key and setUserProfile:(NSDictionary *)profile was removed. Use setStringUserProfile:(NSString*)value forKey:(NSString*)key instead