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

Unable to parse the mobile number with the Indian region code #769

Open
4 tasks done
NelkiSujith opened this issue Apr 25, 2024 · 0 comments
Open
4 tasks done

Unable to parse the mobile number with the Indian region code #769

NelkiSujith opened this issue Apr 25, 2024 · 0 comments

Comments

@NelkiSujith
Copy link

NelkiSujith commented Apr 25, 2024

New Issue Checklist

Steps to reproduce

I'm trying to parse phone number from string 2082082081 with parse function phoneNumberKit.parse(phoneNumber.fullPhoneNumber) where phoneNumberKit is private let phoneNumberKit = PhoneNumberKit().In all versions I am facing this Issue . We need to update to newest version because of apple privacy manifest. From my observations function func hasValue(_ value: String?) -> Bool returns different values after update, so maybe the issue could be there

Expected result

we should get PhoneNumber Object

Actual result

we are getting PhoneNumber object as null due to parsing issue

Environment

OS: iOS
App: Tenmates app

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

1 participant