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
2010-02-21 04:53:32
That doesn't appear to do anything in the latest sim (Xcode 3.2.4)
Brandon Fosdick
2010-10-17 17:44:37
+2
A:
The incoming call should trigger applicationWillResignActive in the application delegate.
don
2010-02-21 05:02:20