Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to simulate a phone call income on iPhone Simulator?

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

like image 756
Tattat Avatar asked Feb 21 '10 04:02

Tattat


2 Answers

The incoming call should trigger applicationWillResignActive in the application delegate.

like image 185
don Avatar answered Nov 15 '22 13:11

don


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

Hardware > Toggle In-Call Status Bar

like image 21
David Kanarek Avatar answered Nov 15 '22 14:11

David Kanarek