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, I really don't want to use one of the Google Maps APIs
Yes, your solution can be found within the iOS SDK.
Hook up a text field to this action:
I don't know if iOS supports postal codes for all countries, but it definitely works for the UK (e.g. postal code of "YO258UH") and Canada ("V3H5H1")