ios - 连接到 iOS MobileSms 应用程序
<p><p>我想做一个 iOS 调整,当我打开 mobileSMS.app/或当我打开对话时,显示所有消息计数的警报。</p>
<p>不知道加载 mobileSMS.app 的 header 是什么。或者从 sms 数据库加载消息的类的名称是什么。</p>
<p>谢谢。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>如果您想对 MobileSMS.app 执行任何操作,您必须将“com.apple.MobileSMS”添加到您的捆绑过滤器中,以便您的调整将加载到消息应用程序中。在“theos/include”中查找“ChatKit”中的标题,并确保将“tweakname_PRIVATE_FRAMEWORKS = ChatKit”添加到您的makefile中,并将#import“ChatKit/ChatKit.h”添加到您的tweak.xm顶部</p></p>
<p style="font-size: 20px;">关于ios - 连接到 iOS MobileSms 应用程序,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/22286710/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/22286710/
</a>
</p>
页:
[1]