Skip to content Skip to sidebar Skip to footer

Ionic 2 Storage Is Not Cleaning Up On Uninstall - Only For Signed Apk

I am using Ionic 2 storage for storing user credentials. On uninstalling the App, storage is not clearing so after re-installing, the App is picking up the user credential of the p

Solution 1:

Set android:allowBackup to false in AndroidManifest to XML

Solution 2:

you should not need to do anything for this to happen. This looks like a bug in ionic 2

Ionic forum discussion

Post a Comment for "Ionic 2 Storage Is Not Cleaning Up On Uninstall - Only For Signed Apk"