ionic-team / cordova-plugin-ios-keychain

Apache Cordova (PhoneGap) plugin
Other
62 stars 44 forks source link

Example code isn't valid #3

Closed TomSeldon closed 8 years ago

TomSeldon commented 8 years ago

It looks like the example in example/index.js is out of date (possibly just not updated after the implementation was changed from the original shazron/KeychainPlugin repository.

e.g. the example shows using the plugin as new Keychain() which won't work (example in README.md shows just using the global Keychain as Keychain.get, etc.)