-
Is it possible for MMKV data files to be cross-platform or version-compatible? I am using POSIX-based MMKV, and the target platforms might include iOS and Android(32-bit or 64-bit) . Is it feasible to achieve resource synchronization by transferring MMKV data files? |
Beta Was this translation helpful? Give feedback.
Answered by
lingol
Nov 14, 2024
Replies: 1 comment 4 replies
-
MMKV is not designed to be transported between hosts, especially cross-platforms with different arches. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, there are several things you should test carefully.
MemoryFile
class in the MMKV Core lib has managed it robustly. You should test it regardless.