Skip to content

Releases: Leanplum/Leanplum-iOS-SDK

Leanplum iOS SDK 2.3.0

31 Jan 23:45

Choose a tag to compare

Fixes:
Leanplum-iOS-Location now includes bitcode support

Leanplum iOS SDK 2.2.4

18 Jan 23:19

Choose a tag to compare

Release Notes

Bugfix: Adds sophisticated handling of multiple messages with the same priority. In the interest of showing all possible message, it will show all messages with different display times. However, in the case of identical priority and display time, it will pick one in an undefined manner
Feature: added the ability to directly build with Carthage instead of using the precompiled framework (thanks @rpassis)

Leanplum iOS SDK 2.2.2

10 Jan 21:49

Choose a tag to compare

Release Notes

Bugfix: Fixes for rendering interstitial messages with proper spacing on iPhone X

2.2.2-beta.1

09 Jan 22:48

Choose a tag to compare

2.2.2-beta.1 Pre-release
Pre-release

Bugfix: Safe Area fixes when status bar is hidden.
Bugfix: Message archive handles all kinds of content.

Leanplum iOS SDK 2.2.1

21 Dec 19:18

Choose a tag to compare

Release Notes

Bugfix: Fixes a caching bug where certain in app messages would continue to show after the campaign was over
Bugfix: Fixes for rendering interstitial messages with proper spacing on iPhone X

2.2.1-beta.8

01 Dec 23:53

Choose a tag to compare

2.2.1-beta.8 Pre-release
Pre-release
version

Leanplum iOS SDK 2.2.0

03 Nov 10:34

Choose a tag to compare

Important:
This release of the iOS SDK introduced a critical bug that has been fixed as of the 2.2.1 release. Please use 2.2.1+ versions of the iOS SDK.

Release Notes

Feature: Users can now provide a callback to call whenever an in-app message is displayed
Feature: the Cocoapod now pulls in the source files instead of a built framework, making it much easier to step through the code!

Leanplum iOS SDK 2.1.0

17 Jul 23:30

Choose a tag to compare

Apple SDK 2.1.0

Features

  • Added beta leanplum-monitoring feature - help us keep our SDK bug free by sending us crash reports automatically. We'll release more info as we build this feature out

Leanplum iOS SDK 2.0.7

16 Jul 21:43

Choose a tag to compare

Apple SDK 2.0.7

Features

  • Access to debugVariantInfo - getting more details on how the content assignments happened on the server by enabling debug variant info on the Leanplum object

Leanplum iOS SDK 2.0.6

11 May 17:33

Choose a tag to compare

Bug Fixes

  • constants: Remove warnings for LP_NOT_TV (#134) E2-1133 (e903a8b)
  • iPhone X: Fix for bottom area padding for accept button on iPhone X. (#138) (94ecdca)
  • message: HTML Y inconsistency with iPhoneX on bottom aligned (#136) E2-69 (f933edf)
  • tv: Put sqlite in cache for tvOS (#128) LP-8642 (2893e72)
  • URL encoding: Encode URL in unicode: LP-6329 (e0be5c3)

Features

  • in-app: Adds support active period for in-app messages. (e7c25d9)