Search code examples
xamarinxamarin.formsxamarin.iosxamarin.essentials

Why am I getting FeatureNotSupported exception in PhoneDialer.Open in iOS but working fine in Android in Xamarin Forms?


I am using Xamarin Essentials PhoneDialer.Open(string number)

Working fine in Android emulator but not working in iOS. Throwing error FeatureNotSupported while trying in simulator.

The number is in the format xxx-xxx-xxxx


Solution

  • Throwing error FeatureNotSupported while trying in simulator.

    You need to test this feature in a physical iOS device, then it will work.