apla / me.apla.cordova.app-preferences

App preferences plugin for cordova
Apache License 2.0
201 stars 210 forks source link

cordova-ios 4 compatibility and missing parameter in watch method added #71

Closed thomashilzendegen closed 8 years ago

thomashilzendegen commented 8 years ago

Hi,

with these changes the plugin is now compatible with cordova-ios 4 (where some breaking changes were introduced).

Also the parameter "subscribe" was missing in the watch method (now added with default "true"). The empty array made the app crash when calling the method.

Cheers, Thomas

thomashilzendegen commented 8 years ago

Did some "cleanup" with a better approach.

apla commented 8 years ago

Thank you!