How would i go about getting the area code of a device?
I have an import script where im grabbing all phone numbers in there contacts list, so i can compare it to a list in my database and act accordingly. However i know some people wont put the area code for some of there contacts due to the fact that they dont need it for a local number. I need to get there area code so i can add it to the number im checking.
NOT the postal 5 digit zip code, the 3 digit area code.
All the ways i found want me to get there location then get it, i dont want to do that, thats too much work to get 3 digits.