Error: An unexpected error occurred when writing to SecureStore

SDK Version: 30
Platform: Android
SecureStore: 12.3.1

Hello,
The method await SecureStore.setItemAsync(key, value); returns Error: An unexpected error occurred when writing to SecureStore on device running Android 11.
It’s working well on device running Android 13

To reproduce:

  1. npm install -g create-expo-app
  2. npx expo install expo-secure-store
  3. Add await SecureStore.setItemAsync(key, value); to App.js
  4. npx expo start

Any help is welcome

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.