Delete message on iOS 6
问题 I'm developing an app for jailbroken iOS devices. I want to delete a message from the user's Inbox - I deleted message on SMS.db (in the "message" table) but when I go to Inbox, it's still there with "blank" content and the sender's phone number. On iOS 5, I deleted it perfectly using the CKSMSRecordDelete , but on iOS 6, ChatKit.framework doesn't work any more. 回答1: Check out my answer here Block sms on ios6 To delete rows from SMS.db you need to use IMDPersistence.framework If you want to