Arokya Samy
Arokya Samy

Reputation: 13

How to simulate an incoming call within the windows phone simulator?

I need to test how my app reacts when an incoming call interrupts execution. How can I do this in the simulator?

Upvotes: 1

Views: 595

Answers (2)

Mini-Con
Mini-Con

Reputation: 397

Screenshot attachedGo to Properties of your App(right click on solution Explorer), Select Debug tab and there you will find a checkbox(Tombstone upon deactivation while debugging), check that. After checking it whenever the apps gets deactivated , it will get in to tombstone state while debugging.

Upvotes: 1

Amit Bhatiya
Amit Bhatiya

Reputation: 2621

I think that Scenario is not possible to Test in Emulator. You can make call from your app in emulator but Receiving can be tested in only Device. for more Reference you can refer this Question Windows Phone 7 emulator : Can I simulate a phone call.

To test for making a call from your app, you can find Reference here How to use the phone call task for Windows Phone 8

Upvotes: 0

Related Questions