Open Spinnenzunge opened 2 years ago
Same here with Xcode 15 and iOS 17.
EDIT:
Solved by removing and adding the plugin again 😒
npx ionic cordova plugin remove cordova-plugin-secure-storage-echo
npx ionic cordova plugin add cordova-plugin-secure-storage-echo
It's funny because nothing changed in the project.
Creating a new SecureStorageObject does not trigger error callback in case the phone lock protection is not secure enough.
E.g. Removing the PIN code from an iPhone and creating a SecureStorageObject does still trigger the success callback but then fails when trying to read or write data.