Reputation: 2355
HTML5 app (Cordova Supported) is running on Google Play and i do hold lot of local storage items of user . Now i am going to release Android pure native app so i don't want user to register again for my app instead i want to use earlier local storage items from app which is running.
Using those earlier user preferences stored in local storage , i would rather not to run new registration and run on old user registration Preferences .
Is their any way that i can do it ??
Upvotes: 2
Views: 476
Reputation: 2355
Following steps can answer it precisely :
Cordova
in your android native build .Assest
folder .Webview(index.html)
using cordova local storage variables
using window.location .SharedPreferences
.Upvotes: 1