apla / me.apla.cordova.app-preferences

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

Null value for all keys #6

Closed rfinz closed 10 years ago

rfinz commented 10 years ago

I think I might be misunderstanding how to implement this plugin. All keys return null, even after a "successful" store. Is there some setup of keys prior to using this module that is necessary for its use? Testing primarily on iOS.

rfinz commented 10 years ago

I believe, after some experimentation, that I have this figured out. For users new to app development it might be useful to include instructions for creating the settings files: e.g. iOS users would do well to add a Root.plist file via XCode, and the "identifier" maps to the plugin's "key".