martinkasa / capacitor-secure-storage-plugin

Capacitor plugin for storing string values securly on iOS and Android.
MIT License
152 stars 53 forks source link

Remove .always accessibility option from keychain calls #55

Closed iAmMrHands closed 2 years ago

iAmMrHands commented 2 years ago

Issue reference: https://github.com/martinkasa/capacitor-secure-storage-plugin/issues/54

Remove accessibility option always as the use of .always is deprecated: `@available(iOS, introduced: 4.0, deprecated: 12.0, message: "Use an accessibility level that provides some user protection, such as kSecAttrAccessibleAfterFirstUnlock")

martinkasa commented 2 years ago

It seems just .always option is obsolete. could you change your PR and use .AfterFirstUnlock so most of users wont be affected?

martinkasa commented 2 years ago

@iAmMrHands, thank you.