views:

582

answers:

2

I want to simulate a phone call in my iphone simulator. Or which method will be called if a phone calling me?

+1  A: 

There's an option in the menus to turn on the call status bar.

Hardware > Toggle In-Call Status Bar

David Kanarek
That doesn't appear to do anything in the latest sim (Xcode 3.2.4)
Brandon Fosdick
+2  A: 

The incoming call should trigger applicationWillResignActive in the application delegate.

don