Hey everyone! I’ve published a plugin allowing easy access to the keychain in iOS for Unity 5!
Asset Store Link
Documentation Page
The iOS Keychain Plugin gives access to the iOS keychain through Unity and lets you store game data or player information that can be automatically synced across devices and persist between installations, even after a user uninstalls and re-installs the application.
Common uses include:
Game save file
Preferences
Passwords
Unique Identifier to always consistently identify a user after re-installs.
It work’s on all platforms and encrypts and saves data locally if not running on iOS, so your data is secure and won’t be tampered with. It currently supports Unity 5 but I’ll be putting out a Unity 4 version soon, I just need to finish up the post process scripts.
If you’ve got any questions, respond to this thread or feel free to email me. Enjoy!
