History log of /expo/ios/Exponent/Kernel/DevSupport/EXSession.m (Results 1 – 2 of 2)
Revision Date Author Comments
# e1bdffa3 04-Jul-2019 James Ide <[email protected]>

[ios] Make `-[EXSession deleteSessionFromKeychainWithError]` idempotent

This matches Android's behavior, where we can delete Home's session secret idempotently. This way we don't get errors if we cl

[ios] Make `-[EXSession deleteSessionFromKeychainWithError]` idempotent

This matches Android's behavior, where we can delete Home's session secret idempotently. This way we don't get errors if we clear the session token even after it's been cleared.

Tested by calling `LocalStorage.removeSessionAsync()` twice on Home and didn't get an async error.

show more ...


# 8a20a963 08-Nov-2018 Eric Samelson <[email protected]>

[android][ios][home] persist session info in one location on clients (#2521)

[android][ios][home][jest-expo] persist session info in one location on clients