Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benmarten committed Nov 21, 2016
1 parent 0069ec8 commit 8bb5f62
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Leanplum-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Leanplum-iOS-SDK'
s.version = '1.4.0.2'
s.version = '1.4.1'
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
s.description = 'Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app experience. We offer Messaging, Automation, App Editing, Personalization, A/B Testing, and Analytics.'
s.homepage = 'https://www.leanplum.com'
Expand Down
16 changes: 15 additions & 1 deletion Leanplum.framework/Headers/Leanplum.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Leanplum.h
// Leanplum iOS SDK Version 1.4.0.2
// Leanplum iOS SDK Version 1.4.1
//
// Copyright (c) 2016 Leanplum. All rights reserved.
//
Expand Down Expand Up @@ -231,6 +231,14 @@ typedef enum {
*/
+ (void)setDeviceId:(NSString *)deviceId;

/**
* By default, Leanplum reports the version of your app using CFBundleVersion, which
* can be used for reporting and targeting on the Leanplum dashboard.
* If you wish to use CFBundleShortVersionString or any other string as the version,
* you can call this before your call to [Leanplum start]
*/
+ (void)setAppVersion:(NSString *)appVersion;

/**
* @{
* Syncs resources between Leanplum and the current app.
Expand Down Expand Up @@ -572,6 +580,12 @@ typedef NS_ENUM(NSUInteger, LPTrackScreenMode) {
*/
+ (NSArray *)variants;

/**
* Returns metadata for all active in-app messages.
* Recommended only for debugging purposes and advanced use cases.
*/
+ (NSDictionary *)messageMetadata;

/**
* Forces content to update from the server. If variables have changed, the
* appropriate callbacks will fire. Use sparingly as if the app is updated,
Expand Down
Binary file modified Leanplum.framework/Info.plist
Binary file not shown.
Binary file modified Leanplum.framework/Leanplum
Binary file not shown.

0 comments on commit 8bb5f62

Please sign in to comment.