Tried to implement the code snippets based on : https://developer.apple.com/documentation/authenticationservices/public-private_key_authentication/supporting_security_key_authentication_using_physical_keys
security key. The Sign In UI did popup but after which is either it timed-out or i cancelled the operation. The performRequest function doesn't seems to trigger my external security key.
Not sure if FBSSystemApp / coreauthd are part of the logs i should be looking out to see where the issue(s) is/are?
Post
Replies
Boosts
Views
Activity
An app created in Swift that have read/write function to file.
More than 80% testers doesn't have the issue. However, some testers have issues with reading from file (null values) after writing to file.
Only 1 instance of storage is used (storage.saveVector, storage.writeVector)
Anyone can shed some light?
Same code base but why some users are encountering this issue?
I read about concurrency and use of actor instead of class for thread-safety purpose. (https://www.swiftbysundell.com/articles/swift-actors/)
Should i init the storage every time before use instead of using the shared instance?