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.
Asked
Active
Viewed 300 times
0
-
1This is not a feature of Forms, but from the emulators you are using. – Gerald Versluis Jun 19 '18 at 13:53
1 Answers
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:

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