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. |