Error on Android 16 real devices

Hi Shop-team! We encountering an error on dev and prod with real devices that runs on Android 16 (confirmed: Pixel 7, 7pro, 8a, etc). On older Android and IOS works well.
This error appears on all our minis.

I assume this is related to the use of secure storage.

config: “@shopify/shop-minis-react”: “0.14.0”, “@shopify/shop-minis-cli”: “0.3.5”,

Uncaught (in promise) Error: Could not decrypt data with alias: @shop-minis/dress-my-pet/
19:04:17.655

Hi @Iurii_Teslenko , thanks for raising this issue.

You are right, this one is related to secure storage and Android 16. We’ll look into handling this error gracefully on our side, but I’d also suggest handling the error in the Mini as well by calling removeSecret to clear the stored key, and generating a new token for the user.

Thank you very much, @Tunca-Shopify. W`ll try to do that.