diff --git a/Leanplum-iOS-SDK.podspec b/Leanplum-iOS-SDK.podspec index 41c08396..0c84b5ec 100644 --- a/Leanplum-iOS-SDK.podspec +++ b/Leanplum-iOS-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Leanplum-iOS-SDK' - s.version = '1.3.2' + s.version = '1.3.3' s.summary = 'Mobile A/B testing, personalization & analytics in one powerful platform.' s.description = 'Leanplum! Mobile A/B testing, personalization & analytics in one powerful platform.' s.homepage = 'https://www.leanplum.com' @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.social_media_url = 'https://twitter.com/leanplum' s.platform = :ios, '5.0' s.requires_arc = true - s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => '1.3.2'} + s.source = { :git => 'https://github.com/Leanplum/Leanplum-iOS-SDK.git', :tag => '1.3.3'} s.frameworks = 'CFNetwork', 'Foundation', 'Security', 'SystemConfiguration', 'UIKit' s.weak_frameworks = 'AdSupport', 'StoreKit' s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' } diff --git a/Leanplum.framework/Headers/Leanplum.h b/Leanplum.framework/Headers/Leanplum.h index 827032ef..1e2a908f 100644 --- a/Leanplum.framework/Headers/Leanplum.h +++ b/Leanplum.framework/Headers/Leanplum.h @@ -1,6 +1,6 @@ // // Leanplum.h -// Leanplum iOS SDK Version 1.3.2 +// Leanplum iOS SDK Version 1.3.3 // // Copyright (c) 2015 Leanplum. All rights reserved. // @@ -568,6 +568,18 @@ typedef enum { */ + (BOOL)isPreLeanplumInstall; +/** + * Returns the deviceId in the current Leanplum session. This should only be called after + * [Leanplum start]. + */ ++ (NSString *)deviceId; + +/** + * Returns the userId in the current Leanplum session. This should only be called after + * [Leanplum start]. + */ ++ (NSString *)userId; + @end @interface LeanplumCompatibility : NSObject diff --git a/Leanplum.framework/Leanplum b/Leanplum.framework/Leanplum index 561c47df..9d293ac7 100644 Binary files a/Leanplum.framework/Leanplum and b/Leanplum.framework/Leanplum differ