unity-ios-keychain-plugin
unity-ios-keychain-plugin copied to clipboard
The iOS Keychain Plugin gives access to the iOS keychain through Unity and lets you store game data.
Hi, I have downloaded and added your plugin to a Unity project. When I try to call the KeyChain class methods, I encounter the EntryPointNotFound Exception. Is there a way...
Hi, I am trying to overwrite a value that I have previously stored in the keychain but am getting a security error: OSStatus error: [-25299] Security error has occurred. -25299...
Hi As per the Apple docs, it is also possible to save dictionary to iCloud Keychain. So can you please let me know what / how I can do it...
Hello, I played around with your code base and added also an example of how you could store some JSON data in the keychain. In my example the application is...