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 ??