Two users of our wallet application reported that their app deleted contents of secure storage after upgrading to our latest version where we used encryptedSharedPreferences: true
One user was on a Samsung Galaxy 24FE and the other was on a Pixel 8.
Is there a known issue with 9.2.4 where migration is occassionally unsucessful? Is there anything we need to do to manually migrate?
Is it safe to update to 10.0.0-beta ?
This is quite concerning for us because if a user has not backed up their wallet their funds will be permanently lost due to this issue; we relied on the integrity of secure storage to protect these secrets.
Additionally, we have never used the resetOnError
setting or ever had any code that manually deletes the contents of the storage. All users have their secure storage contents intact since the release of our application around 3 years ago.