【发布时间】:2023-03-14 22:05:02
【问题描述】:
我有一个 react-native 应用程序,如果它检测到设备之前没有保存任何凭据,它会要求用户提供凭据,但现在每当我通过试飞更新应用程序时,它都会再次要求提供凭据.
testflight 会清除 sqlite 数据吗?
我使用 react-native-sqlite-storage
【问题讨论】:
标签: react-native react-native-ios testflight
我有一个 react-native 应用程序,如果它检测到设备之前没有保存任何凭据,它会要求用户提供凭据,但现在每当我通过试飞更新应用程序时,它都会再次要求提供凭据.
testflight 会清除 sqlite 数据吗?
我使用 react-native-sqlite-storage
【问题讨论】:
标签: react-native react-native-ios testflight
当在 Android 上使用同样使用 SQLite 的 asyncStorage form react-native 时,它不会清除存储的数据,只有在您删除 App 时。
【讨论】: