Cakaaa
Cakaaa
Hi there, I was wondering if you managed to make this work because I am in the same boat as you. I really need to transfer some account info to...
Thnx for the response guys. I also found this: https://plugins.telerik.com/cordova/plugin/keychain-sharing. Gonna have to check if it works. If it doesnt ill be trying your plugin @marcRDZ
@rs743 This one you mean https://github.com/Crypho/cordova-plugin-secure-storage ? How did you connect the Keychain sharing capability because i dont see anything about that capability in the docs of that plugin. Reading...
@jkeczan It seems that ill have a few options without implementing it myself ^^
@rs743 Thanks for the info. Much apreciated! :D
@rs743 None of the callbacks are triggered. I have enabled Keychain sharing and used that as the initializer for the constructor `var ss = new cordova.plugins.SecureStorage( function () { console.log('Success')},...
@johnopaluwa My problem was this piece of code in my index.html. For some reason, it blocked some of my plugins. When i removed it, everything just started working. ` `