CLGeocoder and backward compatibility

backwards-compatibility, ios5, iphone, reverse-geocoding

Solution

`MKReverseGeocoder` still works with iOS5. It's just deprecated, which means it'll be removed at some later point (like at the release of something like iOS6). So you can continue to use it now without any issues

Problem

I have a simple question. `MKReverseCoder` is deprecated and doesn't work since iOS 5. We have to use `CLGeocoder`. But, there are a lot of people under iOS4. How the new apps can work with iOS4 and iOS5 for geocoding ? Thanks!

Original source