-
Notifications
You must be signed in to change notification settings - Fork 107
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
initWithSuiteName #123
Comments
Are you using the latest version of the plugin, i.e. v2.3.2? |
I think so, |
Even i have the same issue as @JaviLopezM . I have v2.3.2 installed in my project |
I've implemented this and it seems to work great for Android, however, with iOS, after storing to Native Storage once and force-closing the app, the native storage has been cleared upon reopening the app. For Android, this isn't the case |
Dears,
how I use the first declaration ?
Nativestorage.initWithSuiteName("nameOfMyApp");
Because when I call this function I can't compile:
Property 'initWithSuiteName' does not exist on type 'NativeStorage'.
The text was updated successfully, but these errors were encountered: