Releases: Leanplum/Leanplum-iOS-SDK
Releases · Leanplum/Leanplum-iOS-SDK
Leanplum iOS SDK 1.4.2
Adds support for rich push detection. Fixes a crash on presenting image picker of photo library with syncResourcesAsync on iOS 10. Fixes an issue with push notifications on iOS6. Additional bug fixes and code improvements.
Leanplum iOS SDK 1.4.1
Adds control group tracking for in-app messages. Adds access to raw message meta data. Fixes an issue where the LeanplumLocation framework would crash the app on iOS <=8.3. Fixes a bug where in-app messages are being triggered incorrectly when tracking events with parameters. Adds support for setAppVersion. Several internal maintenaince and bugfixes.
Leanplum iOS SDK 1.4.0.2
- Fixes an issue where an undefined UserNotificationCategories identifier causes a nullpointer exception.
Leanplum iOS SDK 1.4.0.1
- Removed unnecessary debug logging.
- Fixed a public deprecation warning.
Leanplum iOS SDK 1.4.0
- iOS 10 compatibility enhancements.
- The SDK is now a dynamic framework and requires iOS 8 or above. If you need to support iOS 6 or 7, we have a separate static framework available via CocoaPods and standalone download.
- The Leanplum iOS location framework automatically collects the user’s GPS location to enable precise geotargeting.
Leanplum iOS SDK 1.3.12
- Compatibility, logging and stability enhancements.
Leanplum iOS SDK 1.3.11
- Allows users to explicitly sync variables and message templates from the SDK.
- Improves compatibility with apps that don't use Leanplum for Push Notifications.
Leanplum iOS SDK 1.3.10.1
- Fixes a bug that may cause the the SDK to not function properly on iOS version 7 or earlier.
Leanplum iOS SDK 1.3.10
- Fixes Newsfeed callback invocation.
- Fixes incorrect tracking for empty Push Notifications.
- Fixes incorrect tracking of Displayed for Push Notifications.
- Fixes the iOS Simulator check. Pre-iOS 4 versions are not supported anymore.
- Fixes an issue where Leanplum resources were being backed up to the user's iCloud account.
- Fixes an issue where the app would crash if a player was logged into GameCenter, when resource syncing is enabled.
- Checks if the user notification types have changed when the app resumes.
- Fixes an issue when evaluating matching triggers for in-app messages.
- Fixes an issue where an in-app message is displayed even if it is missing files. Note: If you are using custom templates you will need to update the
withResponder:^BOOL(LPActionContext *context)
blocks of the templates that include files in their definition. You can look at howLPMT_INTERSTITIAL_NAME
is implemented inLPMessageTemplates.m
for a reference.
Leanplum iOS SDK 1.3.9
- Fixes bitcode error in Xcode 7.0.1.
- Includes a framework for tvOS apps.
- Adds an option to disable the network indicator when making requests.
- Fixes an issue with accessing certain localization keys when resource syncing is partially enabled.
- Fixes an issue where in-app messages may disappear when being presented on ViewController transitions.
- Adds an option to manually display the location permission prompt at a point other than the app start.