Skip to content

Release Notes

Version 3.11.2
Date 10-Sep-2018
Release Type Minor
Public Release Link

Enhancements

ID Breaking Change Description Details
2697 No Re-package the ReactiveObjC library to remove UI components. According to the latest App Store rules enforced by Apple, starting spring 2019, all apps submitted to the App Store that access user data will be required to include a purpose string. This rule impacted the SDK due to its use of ReactiveObjC, a 3rd party library. This library uses UIImagePicker and unless an app has a feature that specifically uses this and its info.plist contains NSPhotoLibraryUsageDescription, it is considered in breach of App Store.Thus, we stripped this specific component in this release as the SDK does use it.

Bug Fixes

  • None

New Features

  • None

Third Party Libraries

Name Description Details
PulseReactiveObjC Added fork of ReactiveObjC library without UI components Refer to the link