Security
Keychain accessibility
You want a Keychain item that never moves to another device through a backup restore and can only be read while the device is unlocked. Which kSecAttrAccessible value do you use?
Pick one
Keychain accessibility
You want a Keychain item that never moves to another device through a backup restore and can only be read while the device is unlocked. Which kSecAttrAccessible value do you use?
Pick one
SecurityShort answerAdvanced
Your app keeps the access and refresh tokens in the Keychain and refreshes when it gets a…
#keychain
SecurityMultiple choiceBasics
Someone reported a bug where a user deletes the app, reinstalls it, and gets signed in au…
#keychain
SecurityShort answerAdvanced
Several apps from one company (the main app, a payments app, a cloud app) should share lo…
#keychain
SecurityMultiple choiceBasics
Two iOS apps want to read and write each other's Keychain data. What does that require? P…
#keychain