Storing encrypted data in iOS keychain
In my Unity app in C# I am using a 3rd party script which allows me store and retrieve data using iOS keychain. The stored data is a private user generated key which is used to encrypt data before backing the file online (not iCloud).
I ch… Continue reading Storing encrypted data in iOS keychain