0

我正在尝试在 iOS 5 中拦截传入的短信,代码是

HOOK(CKSMSService,_receivedMessage$replace$postInternalNotification$,void,CKSMSRecordRef arg,BOOL arg2,BOOL arg3){
//NSLog(@"received message  %@", message);
CALL_ORIG(CKSMSService,_receivedMessage$replace$postInternalNotification$,arg,arg2,arg3);
}

此代码有效,但通知弹出窗口仍然出现,所以我如何阻止此弹出窗口出现。

4

0 回答 0