Realm文件打不开问题

2021-04-28  本文已影响0人  Buger123

使用Realm数据库存储,打不开.realm文件,如图所示:

Please enter a valid encryption key for this realm file.

The encryption key must be entered as 128-character string of hexadecimal values.

1、使用Realm Browser打开报上面错误;

2、realm官方新推出的可视化工具Realm Studio可以查看.realm文件。realm studio官方下载地址

3、realm默认的存储地址,可以通过realm.configuration.fileURL打印出.realm文件在沙盒中的存储地址;

Realm.Configuration.defaultConfiguration.fileURL.path

4、根据存储路径找到Documents文件下的default.realm文件,使用Realm Studio打开即可看到存储结构及数据;

上一篇下一篇

猜你喜欢

热点阅读