|
|
@@ -1,3 +1,7 @@
|
|
|
+## ❗️❗️❗️Known serious issue ❗️❗️❗️
|
|
|
+
|
|
|
+It [has been reported](https://github.com/evgenyneu/keychain-swift/issues/15) that the library sometimes returns `nil` instead of the stored Keychain value. The issue seems to be random and hard to reproduce. It may be connected with [the Keychain issue](https://forums.developer.apple.com/thread/4743) reported on Apple developer forums. If you experienced this problem feel free to create an issue so we can discuss it and find solutions.
|
|
|
+
|
|
|
# Helper functions for storing text in Keychain for iOS, macOS, tvOS and WatchOS
|
|
|
|
|
|
[](https://github.com/Carthage/Carthage)
|
|
|
@@ -216,10 +220,6 @@ keychain.getData("my key", asReference: true)
|
|
|
|
|
|
[This manual](https://github.com/evgenyneu/keychain-swift/wiki/Using-KeychainSwift-in-Objective-C-project) describes how to use KeychainSwift in Objective-C apps.
|
|
|
|
|
|
-## Known serious issue
|
|
|
-
|
|
|
-It [has been reported](https://github.com/evgenyneu/keychain-swift/issues/15) that the library sometimes returns `nil` instead of the stored Keychain value. The issue seems to be random and hard to reproduce. It may be connected with [the Keychain issue](https://forums.developer.apple.com/thread/4743) reported on Apple developer forums. If you experienced this problem feel free to create an issue so we can discuss it and find solutions.
|
|
|
-
|
|
|
|
|
|
## Video tutorial
|
|
|
|