Open iouhammi opened 5 years ago
You must pass all the parameters of the plugin -
var touchID =false
Keychain.set(this.successCallback, this.failureCallback, 'user_data_beta', "some random value", touchID);
Still you face issue, submit the code here for better understanding...
Run in the Same issue today. Exception thrown at this Line when don't set a useTouchId
Boolean:
BOOL useTouchID = [[arguments objectAtIndex:2] boolValue];
Setting it to false, did the Trick, but would be great if this can be fixed. Is this Plugin still maintained? I can create a PR if anyone would merge it 🤔
@HansKrywaa PR's are always welcome )
@mlynch seems like this is fixed on master but not released yet. It has been released last time 4 years ago and some work has been done after that, can you release a new version?
Hello,
I am not able to set keychain. the app crashes with the following error:
I test it on ios12.0.1.