I have a Cordova app built in version 5 that I am testing on my Android device - it has a login system that uses an API to authenticate a username & password.
It has logged in but when I uninstall the app then re-install it the app still is logged in??!
I have even tried to empty the cache for the app but I am always still logged into the same account - can anyone suggest what I am doing?
Any advice appreciated.
-- update -- The app has a login screen (username/password) which basically connects to an external API - this API queries a database which returns the account details & sets a token which is used for subsequent requests to retrieve the same user account.
The app doesn't have any logout functionality (it should do really) but it should logout once the app has been re-installed.. really odd.
I've tried the 'Clear Data' and 'Clear Cache' options within the App settings but the same problem persists.
-- Update -- This is the js file that appears to do all the logic with the storage (I am not quite sure how this works.. it was developed by a different group of developers)