flutter_secure_storage
flutter_secure_storage copied to clipboard
iOS app crash while read
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?