We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was using libPhoneNumber-iOS which support four different phone number formats.
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!
The text was updated successfully, but these errors were encountered:
Hi @yingtao-butterflymx
PhoneNumberKit is basically in maintenance mode, so there is no plans to add a new format in the future.
Sorry, something went wrong.
No branches or pull requests
I was using libPhoneNumber-iOS which support four different phone number formats.
I plan to switch it to PhoneNumberKit but I did not find RFC3966 in PhoneNumberFormat enum.
So will PhoneNumberKit plan to support RFC3966?
Thank you!
The text was updated successfully, but these errors were encountered: