taivo / parse-push-plugin

Push notification plugin for Cordova/Phonegap/ionic on Parse platform
118 stars 102 forks source link

IMPORTANT - Depreciation of UIWebView - Update Bolts.framework! #144

Open NicksonYap opened 4 years ago

NicksonYap commented 4 years ago

The main issue is that this plugin uses Parse SDK IOS v1.14.4 from Apr 7, 2017 https://github.com/parse-community/Parse-SDK-iOS-OSX/releases/tag/1.14.4

It should be updated to v1.18.0 https://github.com/parse-community/Parse-SDK-iOS-OSX/releases/tag/1.18.0

Because internally, Bolts.framework used - v1.8.4 was from Jul 14, 2016 and contains references to UIWebView https://github.com/BoltsFramework/Bolts-ObjC/releases/tag/1.8.4

App Store now completely rejects apps with references to UIWebView

A PR and update to Bolts.framework v1.9.1 is required! https://github.com/BoltsFramework/Bolts-ObjC/releases/tag/1.9.1