目前是否可以阅读RCS消息的收件箱?
我目前正在为Android开发颤抖的应用程序,我发现自己需要阅读通过Google消息收到的RCS消息。 我已经花了一些时间在Google上寻找答案,但可悲的是没有结果。
因此,问题是,目前是否可以使用Flutter/Kotlin或其他任何内容完全阅读RCS消息的收件箱?
非常感谢您的宝贵时间。
最好的问候,
金德希奇·科瓦尔奇克。
i'am currently developing a Flutter application for Android, and i found myself in need of reading RCS messages received through Google Messages.
I have already spent some time searching for an answer on Google, but sadly with no result.
So the question is, is it currently possible to read inbox of RCS messages at all, using Flutter/Kotlin, or whatever?
Thank you so much for your time.
With best regards,
Jindřich Kovalčík.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个答案很复杂。但是,从我的手机上,RCS消息可以存储在带有所有SMS和MMS消息的
mmssms.db
文件中。 RCS消息似乎保存在与MMS消息相同的地方,但我不认为只能仅用于将其用于RCS消息的方法。因此,从理论上讲,如果您有 SMS阅读权限。话虽这么说,这可能是Google消息在使用JIBE服务器方面的表现,并且将来可能不会改变,并且在手机上也可能完全不同。
This answer is complicated. There are no public APIs for RCS, however, from what I can tell, on my phone, RCS messages are stored in the
mmssms.db
file with all of the SMS and MMS messages. RCS messages appear to be saved in there the same as MMS messages, but I don't believe there is a way to filter them for RCS messages only. So in theory you should be able to read them if you have SMS read permissions.That being said, this may be unique to how Google Messages behaves with using Jibe servers, and may or may not change in the future, and also may be completely different on your phone.