6 Commits

Author SHA1 Message Date
Andreas Linde
db62cc99e0 Access and save keychain data with always access
This helps if an app is running in the background and the device is still locked
2015-03-26 18:08:55 +01:00
Steven Fisher
fc59abd1cb Fix spelling: accessibility. 2015-03-16 11:56:27 -07:00
Andreas Linde
d560a640ad Fix leak in BITKeychainUtils 2014-02-13 21:09:11 +01:00
Andreas Linde
f92fcbbbc6 Fix memory leak in BITKeyChainUtils
Fixes https://github.com/bitstadium/HockeySDK-iOS/issues/68
2013-10-02 19:12:24 +02:00
Stephan Diederich
623c81e8d9 use keychain attribute thisDeviceOnly instead of custom validation
instead of storing the vendorIdentifier, use the keychain to store
the token on this device only
2013-09-20 15:29:40 +02:00
Andreas Linde
93c2f05fac Use Keychain for some data
- Added SFHFKeyChainUtils with BIT prefix
- Save username, email or userid (if provided by the app or the user) in the keychain instead of user defaults or property files
2013-05-09 16:45:58 +02:00