Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
With ios 4.x it is under SpringBoard, but in ios5 I can't find it.
Where is SBSMSManager in ios5 or which class in ios5 has same functions with SBSMSManager in ios4.x?
Thanks.
似乎没有SBSMSManager,但我得到了一个名为SMSPluginManager. 获取ChatKit在您的 iPhone 中命名的二进制文件。该文件位于路径“/System/Library/SpringBoardPlugins/ChatKit.servicebundle/”下,然后对其进行类转储。
SBSMSManager
SMSPluginManager
ChatKit
顺便说一句,SpringBoard 启动时会加载一些 /System/Library/SpringBoardPlugins 下的插件。当你找不到课程时,试试那里。