I have an iPhone application which accepts valid zip codes as input. The input can be quickly validated for format; I am looking for methods to validate whether it exists or not.
What is the most efficient way to test whether a given Canadian or US postal code exists, without storing a database of valid codes on the phone?