-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Secure Storage in Ionic Native missing secureDevice function #1625
Comments
@surajrao I added the missing function. Wait for the next release |
thank you @danielsogl |
* fix(secure-storage): add missing function fix #1625 * Update index.ts
Hi guys, Unless I'm mistaken, this feature will not work. The promise that returns the |
@surajrao How would this work? The |
@irundaia Oh you are right.. https://github.com/Crypho/cordova-plugin-secure-storage/blob/master/www/securestorage.js#L266 The function does need |
Hey everybody, Does this bug will be close ? Have a good day ;) |
The solution implies that you’d have to patch the javascript code from ionic-native. To me, that does not sound like a solution but a hack. |
Right, after doing some tests, it seems not work on iOS ... |
Hey, After some projects update to last version (in package.json), I've a new problem. Apple detection is weak. 95% of the time, app said that phone is unsecure. I do not have that bug on Android I will give more information if I success to debug iOS app from Linux (with Remote IOS Debug) Have a good coding day |
I'm submitting a ... (check one with "x")
[] bug report
[x ] feature request
Current behavior:
The current SecureStorage wrapper does not support
secureDevice(successHandler,errorHandler)
function which is present in the cordova plugin for android platform.Also check this stackoverflow question
Expected behavior:
Should be able to do:
Steps to reproduce:
Use the latest ionic blank app and try to access
secureDevice
function.Apologies if I should have raised this with main ionic repo or at the cordova plugin repo. Please let me know.
The text was updated successfully, but these errors were encountered: