How to get Country name by given Postal Code (ZIP) on iOS SDK
问题 Is it possible to get the country name by giving the postal code of the user? I looked at the Core Location Framework, but it doesn't look to work the other way around by given the Postal Code and finding the Country name. The Core Location framework (CoreLocation.framework) provides location and heading information to apps. For location information, the framework uses the onboard GPS, cell, or Wi-Fi radios to find the user’s current longitude and latitude. I hope there is a class on iOS SDK,