I want to give access of local storage of app 'A' to another app 'B' which is of same package name and same keys to that of 'A' .
Note:- App 'A' is a hybrid app and using Cordova local storage plugin and app 'B' is a native app.
I want to achieve this so that the user who has installed app 'A' and then update the app to 'B' it should work in the same way.
Using a single update I think it's not possible you can do it in 2 updates.
First update
Second update
Then enjoy your native app experience :).