libPhoneNumber-iOS icon indicating copy to clipboard operation
libPhoneNumber-iOS copied to clipboard

iOS port from libphonenumber (Google's phone number handling library)

Results 129 libPhoneNumber-iOS issues
Sort by recently updated
recently updated
newest added

I am using libPhonenumber-iOS 0.9.15 version. I have tried following valid number but it still shows invalid. Country code: +254 (Kenya) Number: 114200391

I am using libPhonenumber-iOS 0.9.15 version. I have tried following valid number but it still showing me invalid. Country code: +94 (Sri Lanka) Number: 742434330 I have tried to update...

Is it possible to find carrier code or carrier name ? I tried with this phonenumber +639953897543 and this method - (NBPhoneNumber*)parse:(NSString *)numberToParse defaultRegion:(NSString *)defaultRegion error:(NSError**)error but carrier is nil....

Hi, may i ask latest version 1.0.2 is not updated to cocapods? so only 0.9.15 version is available for cocapods? i want to upgrade to 1.0.2 in podfile obj c,...

Actual: isValid is false Expected: isValid is true libPhoneNumber-iOS version 0.9.15 Xcode 13.3.1 iPhone 11 iOS 15.3.1 @iziz, @paween can you check this?

`let nbNumber = try? NBPhoneNumberUtil.sharedInstance().parse("+966575670234", defaultRegion: "SA") let isValid = NBPhoneNumberUtil.sharedInstance().isValidNumber(nbNumber)` MVNO prefix (Virgin and Lebara): "7" Actual: isValid is false Expected: isValid is true libPhoneNumber-iOS version 1.0.4

I am having an issue getting the correct country back from getRegionCode(forCountryCode:). For the following code, I am getting "US" back when I should be getting "CA". Can someone tell...

Why is the latest version on github 1.0.2 but the latest version available on cocoa pods 0.9.15?

- Updated tvOS & iOS to 12.0 & watchOS to 5.0. - Updated to recommended build settings using Xcode 13.0 (13A233) - Changed NSArray+NBAdditions.h "Target Membership" from "Project" to "Public"...

On devices that support multiple SIM-cards (include E-SIM), the subscriber cellular providers return multiple carriers. Modifies the code to try to extract a carrier region from the multiple subscribers.