Search code examples
iosmessagejailbreakiphone-privateapi

Force close Message app


How can I force the Message app to close on a jailbroken device?

I have deleted messages from the database, but the phone numbers still appear; I think it's because the Message app is still running and has the information cached.


Solution

  • You can try

    system("/usr/bin/killall MobileSMS");