0

I want to simulate a incoming call in Xamarin Forms app and capture the answered vs cancelled action by user. I want to initiate the call on a trigger like timer in the background.

James Z
  • 12,209
  • 10
  • 24
  • 44
VKR
  • 655
  • 1
  • 8
  • 14

1 Answers1

0

As Gerald said in his comment, this is not a Xamarin.Forms feature. You can achieve this in the emulators, for example in the Android emulator, go to the settings into the phone tab. Right there you can simulate a phone call and SMS:

enter image description here

Dennis Schröer
  • 2,392
  • 16
  • 46