Releases: Leanplum/Leanplum-iOS-SDK
Leanplum iOS SDK 2.6.0
• iOS 13 support - push token fix. Please upgrade to the new SDK to keep push notifications working smoothly
iOS 13 support guide: https://docs.leanplum.com/changelog/leanplum-ios-13-compatibility
Leanplum iOS SDK 2.5.1
Fixes:
• Fix for the safe area for bottom padding.
• Fix a potential crash for push notifications post delivery.
Leanplum iOS SDK 2.5.0
Adds support for disabling automatic method swizzling for push notification methods.
For more details, see: https://docs.leanplum.com/changelog/custom-push-notification-swizzling-for-ios
iOS SDK 2.4.3
Fixes:
• Fixes for edge case crashes.
• Full screen view fixes for landscape view for rich interstitial.
iOS SDK 2.4.2
Fixes:
• Added umbrella file to remove all warnings for the framework
• Fix Carthage project for using with source
• LP-10296 fix: iOS banner expand to fullscreen and unresponsive (#285)
• E2-1815: download files directly from URL instead of API call
Leanplum iOS SDK 2.4.1
Fixes:
Suppress warnings
Move bitcode flags to podfile from podspec
Leanplum iOS SDK 2.4.0
Feature: Data gzip compression to optimize payloads.
Bugfix: Adding cache update if variants are changed.
Leanplum iOS SDK 2.3.1
Bugfix: request id parameter
Leanplum iOS SDK 2.3.0
Fixes:
Leanplum-iOS-Location now includes bitcode support
Leanplum iOS SDK 2.2.4
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)