Tencent / MMKV

An efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX.
Other
17.39k stars 1.91k forks source link

Encrypted instance cannot store strings over 253 characters #1361

Closed tcK1 closed 3 months ago

tcK1 commented 3 months ago

Note:

An crash issue will be ignored & closed in a week without logs.

The language of MMKV

C++ (POSIX)

The version of MMKV

MMKV @ 133661d

The platform of MMKV

iOS and Android

The installation of MMKV

Git clone

What's the issue?

When using an encrypted instance, we cannot save/read strings with over 253 characters

What's the log of MMKV when that happened?

Your detail logs. As much as possible. For how to forward MMKV's log, you can checkout the wiki on each platform. An crash issue will be ignored & closed in a week without logs.

lingol commented 3 months ago

It's fixed in the dev branch. You can try it out. Duplicated with #1351

tcK1 commented 3 months ago

Thank you, @lingol!

lingol commented 3 months ago

It's released in v1.3.9.

tcK1 commented 3 months ago

Thanks!