Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does PhoneNumberKit support RFC3966 #819

Open
yingtao-butterflymx opened this issue Dec 9, 2024 · 1 comment
Open

Does PhoneNumberKit support RFC3966 #819

yingtao-butterflymx opened this issue Dec 9, 2024 · 1 comment

Comments

@yingtao-butterflymx
Copy link

I was using libPhoneNumber-iOS which support four different phone number formats.

  • e164
  • international
  • national
  • RFC3966

I plan to switch it to PhoneNumberKit but I did not find RFC3966 in PhoneNumberFormat enum.

public enum PhoneNumberFormat {
    case e164 // +33689123456
    case international // +33 6 89 12 34 56
    case national // 06 89 12 34 56
}

So will PhoneNumberKit plan to support RFC3966?

Thank you!

@bguidolim
Copy link
Collaborator

Hi @yingtao-butterflymx

PhoneNumberKit is basically in maintenance mode, so there is no plans to add a new format in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants