Added example showing how to store data in JSON format in the keychain#1
Open
TedThePanda wants to merge 3 commits intophamtanlong:masterfrom
Open
Added example showing how to store data in JSON format in the keychain#1TedThePanda wants to merge 3 commits intophamtanlong:masterfrom
TedThePanda wants to merge 3 commits intophamtanlong:masterfrom
Conversation
NicklasMF
reviewed
Jun 27, 2020
|
|
||
| public static void Initialize() | ||
| { | ||
| #if UNITY_IPHONE |
There was a problem hiding this comment.
UNITY_IPHONE is deprecated. Use UNITY_IOS
There was a problem hiding this comment.
Otherwise, this file works on my phone
|
Hey could maybe fix the issues on the PR and accept it? These are some nice changes that would make the library more usable. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 storing the background color after the user presses "Save", and then loads it back in when the application is started up again.
I've tested this on a device and it seems to be working without any issues.