flutter_secure_storage icon indicating copy to clipboard operation
flutter_secure_storage copied to clipboard

iOS app crash while read

Open jiangzhiguo1992 opened this issue 2 years ago • 0 comments

When restarting the app, ios crashed. Discovery is triggered when read() is executed. Positioning is a problem in SecItemCopyMatching().

let status = SecItemCopyMatching(keychainQuery as CFDictionary, &ref)

so how do i fix it?

jiangzhiguo1992 avatar Jul 17 '23 08:07 jiangzhiguo1992