pradeep1991singh / cordova-plugin-secure-key-store

Cordova plugin for securely saving keys, passwords or strings on devices.
MIT License
25 stars 29 forks source link

Getting "mutating method sent to immutable object" error #11

Closed okonon closed 7 years ago

okonon commented 7 years ago

Freshly installed app throws following error when attempting to store value for key first time:

 {"code":9,"message":"error saving key, please try to un-install and re-install app again","actual-error":-[__NSCFDictionary setObject:forKey:]: mutating method sent to immutable object}

Reinstalling the app does not help.

@pradeep1991singh any suggestions how to resolve it?

pradeep1991singh commented 7 years ago

@okonon device details?

okonon commented 7 years ago

iPhone 7+ running iOS 10.3.1

okonon commented 7 years ago

@pradeep1991singh

pradeep1991singh commented 7 years ago

@okonon I just tested it on iPhone 7+ and its working fine. let me know the steps you followed with the fresh installation and other details if any.

okonon commented 7 years ago

Switched to another plugin due to support of secure storage that I needed as well.