libPhoneNumber-iOS
libPhoneNumber-iOS copied to clipboard
Issue with some country codes
I'm using this lib and I'm getting an issue with the Vatican City country code (VA) which is +379.
The value returns by NBPhoneNumberUtil.getCountryCode(forRegion: "VA").stringValue is 39 and not 379.
Maybe I'm doing something wrong. Have you an idea ?