Skip to content

Releases: Leanplum/Leanplum-iOS-SDK

Leanplum iOS SDK 1.3.8.1

24 Apr 22:26
Compare
Choose a tag to compare

Supports building in Xcode 7

Leanplum iOS SDK 1.3.8

24 Apr 22:26
Compare
Choose a tag to compare
  • Supports the new standalone Newsfeed messaging channel. To send a new message, go to Messaging, and select Newsfeed Message as a Message Type.
  • Uses SSL when connecting to the development server for iOS 9 compatibility.
  • Fixes an issue where images within push notification open actions are not loaded.

Leanplum iOS SDK 1.3.7

24 Apr 22:26
Compare
Choose a tag to compare

Moved geofencing and iBeacon support to separate frameworks, which are available in Cocoapods. Add API to simplify state names for trackAllAppScreens. Fixes bug handling nested files in in-app-message templates.

Leanplum iOS SDK 1.3.6

24 Apr 22:26
Compare
Choose a tag to compare

Fixes synchronization with dashboard versioning. Improve visual editing stability for UITableViews and UICollectionViews. Fix issue calling trackAllAppScreens from a background thread.

Leanplum iOS SDK 1.3.5

24 Apr 22:26
Compare
Choose a tag to compare

Stability improvements for visual editing and trackAllAppScreens.

Leanplum iOS SDK 1.3.4

24 Apr 22:26
Compare
Choose a tag to compare

Fixes rare bug where enabling visual editing could cause super class viewWillAppear methods to fail to execute.

Leanplum iOS SDK 1.3.3

24 Apr 22:26
Compare
Choose a tag to compare
  • Fix infinite recursion bug introduced in 1.3.2 when using an old open source LpMessageTemplates.m.
  • Fix overly aggressively disabling push ask to ask prompt.
  • Add [Leanplum deviceId] and [Leanplum userId].

Leanplum iOS SDK 1.3.2

24 Apr 22:27
Compare
Choose a tag to compare
  • Add a new message template "Push Ask to Ask", a customizable dialog that gates the one-time iOS push permission prompt.
  • Adds support for triggering in-app messages on the nth occurrence of a trigger.

Leanplum iOS SDK 1.3.1

24 Apr 22:27
Compare
Choose a tag to compare
  • Supports new Visual UI Editor and Visual Event Editor, which allow you to update your app's interface on the fly and track events without writing any code.
  • Supports new marketing automation features like user attribute triggers, event parameter triggers, user attribute lists, and personalized fields based on the message trigger.

Leanplum iOS SDK 1.2.23

24 Apr 22:27
Compare
Choose a tag to compare

Fixes rare variable synchronization issues.