MMKV
MMKV copied to clipboard
An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, POSIX, and OHOS.
## Note: ### The language of MMKV Swift ### The version of MMKV 1.3.3 ### The platform of MMKV iOS ### The installation of MMKV Cocoapods but with modular_headers set...
## Note: iOS singleProcessModel 数据丢失问题 ### The language of MMKV Objective-C ### The version of MMKV v1.3.2  我们从多进程切换到单进程后也出现用户反馈数据丢失的问题,我看文档里面提到微信也每天很多CRC校验失败的,是通过 return MMKVOnErrorRecover 方案解决的吗
### The language of MMKV > Java ### The version of MMKV > 1.3.1 ### The platform of MMKV > Android ### The installation of MMKV > Maven ### What's...
我看了卡顿日志出现的版本,正好是开启了mutiProcess的版本开始的 正好这个卡顿日志就停留在InterProcessLock 这边,是iOS 下mutiProcess有问题吗,最早版本我们用的是默认创建的是singleProcess的没有发现类似的卡死日志记录 
### The language of MMKV > Kotlin ### The version of MMKV > 1.3.2 ### The platform of MMKV > colorOS based on Android ### The installation of MMKV >...
Hello, * I would like to check if there are plans to allow user to choose encryption e.g. 192 bit / 256 bit. * Are there any known performance related...
writeLogToFile Exeption java.lang.ClassCastException: byte[] cannot be cast to char[] at com.tencent.qphone.base.util.QLog.getStringValue(P:722)
## Note: An crash issue will be **ignored & closed** in a week **without logs**. ### The language of MMKV > e.g. Objective-C, Swift, Java, or Kotlin Objective-C & Swift...
## Note: An crash issue will be **ignored & closed** in a week **without logs**. ### The language of MMKV C/CPP ### The version of MMKV > e.g. v1.2.2 >...
目前最新版本1.3.5支持boolean, number, bigint, string,boolean[], number[], string[], ArrayBuffer类型,是否可以提供自定义对象的存取接口?如果可以提供的话,麻烦回复一下时间、版本计划,多谢。