You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Xamarin forms iOS PhoneDialer is not woking throwing error
please find below:
{Xamarin.Essentials.FeatureNotSupportedException: Specified method is not supported.
at Xamarin.Essentials.PhoneDialer.ValidateOpen (System.String number) [0x0001f] in <717f96720e9544d29cd74351077724c5>:0
at Xamarin.Essentials.PhoneDialer.PlatformOpen (System.String number) [0x00000] in <717f96720e9544d29cd74351077724c5>:0
at Xamarin.Essentials.PhoneDialer.Open (System.String number) [0x00000] in <717f96720e9544d29cd74351077724c5>:0
at KegID.ViewModel.PartnerInfoViewModel+d__80.MoveNext () [0x000bd] in C:\Project...\ViewModel\Dashboard\InfoViewModel.cs:523 }
Steps to Reproduce
Create simple Xamarin forms app implement PhoneDialer works in android but not in iOS