You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I use this plugin with the Ionic4 framework. It works fine on Android but on iOS, the setItem function always returns "Error storing item" even if the data is well recorded.
With the current plugin code, I don't know why the synchronize method always returns false.
From what I have seen on the Internet, this method is unnecessary and shouldn't be used since iOS 12.
Could this be the source of the problem?
For information, even in the case of the clear() function, the synchronize method always returns false.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I use this plugin with the Ionic4 framework. It works fine on Android but on iOS, the setItem function always returns "Error storing item" even if the data is well recorded.
In the native code (in setItem function) in debug mode, success variable always returns "no".
When, I change the condition in setItem function with the following code, I have the right callback
With the current plugin code, I don't know why the synchronize method always returns false.
From what I have seen on the Internet, this method is unnecessary and shouldn't be used since iOS 12.
Could this be the source of the problem?
For information, even in the case of the clear() function, the synchronize method always returns false.
Thanks in advance
The text was updated successfully, but these errors were encountered: