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.
我正在为越狱设备构建,我想阻止传入的消息。
所以我屏蔽它并删除它,但是当我打开MobileSMS(“消息”)应用程序或biteSMS应用程序时,被屏蔽的消息是空的,但发件人仍然出现。
我怎样才能完全删除这条消息?
尝试通过 'theos' 挂钩此功能。:
- (void)_ingestIncomingCTMessage:(id)arg1 -(void) _processReceivedMessageWithInfo:(struct __CFDictionary *)arg1 -(void)_receivedMessage:(CKSMSRecordRef)message replace:(BOOL)replace
它们在 SMSCTServer 和 SMSService 中。试试吧~~