Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
This repository was archived by the owner on May 15, 2024. It is now read-only.

[Bug] PhoneDialer not working with ios 15.4 if phone number has special characters  #1984

@kumarswamyk28

Description

@kumarswamyk28

We are using PhoneDialer for one of our xamarin apps and we are facing issues after updating to ios15.4. Phone Dialer is not throwing any error to catch and give an alternative way for customers. Btw Android works absolutely fine !

Steps to Reproduce

try { PhoneDialer.Open("*727575554444#"); } catch (ArgumentNullException anEx) { // Number was null or white space Console.WriteLine("formatting wrong"); } catch (FeatureNotSupportedException ex) { Console.WriteLine("FeatureNotSupportedException "); // Phone Dialer is not supported on this device. } catch (Exception ex) { Console.WriteLine("formatting wrong"); // Other error has occurred. }

Expected Behavior

Phone Dialer Should open with given code

Actual Behavior

Does not do anything nor throw error

Basic Information

  • Version with issue: ios15.4
  • Last known good version: 15.3
  • Nuget Packages: Xamarin.Essentials 1.7.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingiosThis issue impacts iOS

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions