Search code examples
c#iphonexamarin.iosphone-callcore-telephony

How to create auto dialer in iPhone using MonoTouch?


I need to create button to call one contact number, that number is the default number and I will mention that number in button click event.

When I click on button need to dial that number in iPhone using MonoTouch.


Solution

  • UIApplication.SharedApplication.OpenUrl(NSUrl.FromString("tel://1234567890"));