Questions tagged [sfhfkeychainutils]

18 questions
0
votes
0 answers

Secure Password That Survives Restore Backup to New Device

I allow users to create an app level password. I save and retrieve this in the keychain via SFHFKeychainUtils. Everything works fine, unless the user upgrades to a new device and does Restore Backup from the old device. The correct password is never…
DenVog
  • 4,226
  • 3
  • 43
  • 72
0
votes
1 answer

STKeychain fails to retrieve password after AppStore Update

Scenario: Our app stores the backend token in the device's keychain (STKeychain, ex SFHFKeychainUtils). Background fetch is disabled. An upgrade was recently released. We're getting reports of users having to re-sign in. This seems to be an issue…
0
votes
1 answer

iOS keychain: value not found

I write something into the keychain on a device with an older version of my project; then, I'd like to restore it with a new version - but I don't get any value back. I'm doing the exact same thing, I use the same provisioning profile, bundle…
swalkner
  • 16,679
  • 31
  • 123
  • 210
1
2