Apparently there is no programmatical way to do it because the exception type is based on user activity.
In order to simulate the crash the apple docs says as follow
The exception code 0xdeadfa11 indicated that an application has been force quit by the user. Force quits occur when the user first holds down the On/Off button until "slide to power off" appears, then holds down the Home button. It's reasonable to assume that the user has done this because the application has become unresponsive, but it's not guaranteed - force quit will work on any application.
I have simulated this on iphone 5 (iOS 7) device and works fine.
