Nitin Alabur
Nitin Alabur
My guess is that it is a valid number in India, so it is returning it as true. (hence it should not return **false**). Area code **510** is for landlines...
I'm seeing this issue too crash is in `NBPhoneMetaData.m` at `line 33` `_generalDesc = [[NBPhoneNumberDesc alloc] initWithEntry:[entry nb_safeArrayAtIndex:1]];` @slebreton38 your fix didnt make any difference to my app (even after...
@baspiotr @Miranto would NSDataDetector help instead of regex? It should work better than regexing. more info about nsdatadetectro [here ](http://nshipster.com/nsdatadetector/)
I am not sure if something changed in iOS7.1, but the images tend to get skewed (image looks garbled) when capturing an image on iPhone4. Same code runs fine on...
would love to see this merged!