MMKV是否支持多个App之间的通信 #1637
Answered
by
lingol
IversonTang1997
asked this question in
Q&A
MMKV是否支持多个App之间的通信
#1637
-
|
问一下MMKV是否支持多个App之间的通信?目前我试了一个App作为Client去连接另一个App的Service, Service传递ParcelableMMKV后,Client拿到MMKV对象进行通信。现在遇到的问题是Client和Service同时写数据时有报错<MMKV_I0.cpp:198::partialLoadFromFile> m_crcDigest[3512422925] != m_metaInm_crcDigest[2379569],这个有办法解决吗 |
Beta Was this translation helpful? Give feedback.
Answered by
lingol
Feb 2, 2026
Replies: 1 comment 5 replies
-
|
I don't think you can pass an read-write Parcel object between processes. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's fixed on the dev branch. You can try it.