0

I'm building for a jail-broken device and I want to block incoming messages.

So I blocked it and delete it, but when I open MobileSMS ("Messages") app or biteSMS app, the message that was blocked is empty but the Sender still appears.

How can I completely delete this message?

Nate
  • 31,017
  • 13
  • 83
  • 207
user1561904
  • 243
  • 3
  • 11

1 Answers1

2

try to hook this functions by 'theos'.:

- (void)_ingestIncomingCTMessage:(id)arg1
-(void) _processReceivedMessageWithInfo:(struct __CFDictionary *)arg1
-(void)_receivedMessage:(CKSMSRecordRef)message replace:(BOOL)replace

they are in SMSCTServer and SMSService.try them~~

SgViTiNer
  • 118
  • 1
  • 10