Releases: kunder-lab/cordova-plugin-secure-storage
Releases · kunder-lab/cordova-plugin-secure-storage
3.4.1
Merge pull request #15 from busenm/hotfix-serial-api-28 Hotfix serial api 28
3.4.0
Features
- Se eliminan variables de acceso que permiten que el keychain se restaure desde otro dispositivo.
If the attribute ends with the string ThisDeviceOnly, the item can be restored to the same device that created a backup, but it isn’t migrated when restoring another device’s backup data
(https://developer.apple.com/documentation/security/keychain_services/keychain_items/restricting_keychain_item_accessibility).
2.3.1
2.3.0
Features
- Added timeout for requests for cases when the plugin does call success or error callback.
Bugs
- Fix for js callbacks. Error message parameter name was the same as the function.
- Fix iOS callback id. The property was set on every call and didn't allow multiple calls at the same time.
2.2.0
Fixed freeze issues when the project app uses crosswalk plugin and this plugin at the same time