[x] I am aware that this library is not responsible of adding/removing/changing phone number formats and any request should be done at libphonenumber repo
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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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