Skip to content

Releases: Leanplum/Leanplum-iOS-SDK

Leanplum iOS SDK 2.2.2

10 Jan 21:49
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

Leanplum iOS SDK 2.0.5

13 Jan 18:48
Compare
Choose a tag to compare

Fixed exceptions that were causing some crashes.

Bug Fixes

  • database: Prevent exception loop LP-8132 (#113) (0107d3f)
  • Database: Remove init loops (#108) LP-7855 (750d4f4)
  • leanplum: Record attribute exception LP-7622 (#114) (c9a5b26)
  • leanplum: Response callback called from background LP-8195 (#116) (a60cfe1)
  • varcache: saveDiff and loadDiff exceptions LP-7621 (#115) (6bc9be1)

Leanplum iOS SDK 2.0.4

10 Jan 22:28
Compare
Choose a tag to compare

Adds a callback for when Inbox was synced via forceContentUpdate. Fixes HTML in-app templates on the iPhone X. Bug fixes.

Bug Fixes

  • request: Try/Catch block for NSOperationQueue (233a47e)
  • tests: fixing wrong derived data path (#92) (efd7808)

Features

  • inbox: Callback for when Inbox was synced via forceContentUpdate LP-6294 (#89) (816968f)