iOS Keychain Plugin - Access the keychain from Unity!

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:
:black_small_square: Game save file
:black_small_square: Preferences
:black_small_square: Passwords
:black_small_square: 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!

Hello,

is it possible to store binary data to Keychain ?

thx

Hi!
I bough the plugin, but it doesn’t allow to access shared keychain items between apps, right? This will be an amazing addition :wink: