Closed ngup4523 closed 9 months ago
@bguidolim @michaeldwilliams Cocoapods SDK(v3.7) results not matching Javascript results
Can someone look into this? @bguidolim @michaeldwilliams
@ngup4523 this is an open source repository. They're only maintainers and most probably have real jobs/lives like you, me and everyone else. Feel free to contribute and open a pull request with a fix if you need it.
@ngup4523 why did you tag me in this? I don't work on this project. Where did you see my name anywhere that made you tag me?
@ngup4523 I've just tested here and it's returning invalidNumber
.
@ngup4523 I've just tested here and it's returning
invalidNumber
.
You tested in Javascript version or Cocoapods env? @bguidolim
I've tested using the latest code and metadata of PNK.
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
Parse +5763252999
Expected result
Should return invalid number since Colombia(+57) always expects 10 digit number after +57 and given number is 8 digit Correct results returned from JavaScript version: _Result from isPossibleNumber(): false Result from isPossibleNumberWithReason(): TOOSHORT Note: Numbers that are not possible have type UNKNOWN, an unknown region, and are considered invalid.
Actual result
Returns valid number with numberType as fixedLine
Environment
CocoaPods