Core Location and Gibraltar

We have an app that uses Core Location to obtain a users GPS location and then reverse geocodes the GPS coordinates (via CLGeocoder()) to obtain the Country and City. For some reason, all GPS coordinates we are getting from Gibraltar are showing blanks for the country and Gibraltar for the city when reverse geocoded. Has anyone encountered this problem before. Any solutions would be appreciated. Right now, we are going to check for blank country and city == 'Gibraltar" and show Gibraltar for country. I should add we don't see this issue in any other jurisdiction.

The city/country/territory information is likely being based on another source than what you might be using to determine your assumption of what they should be.

The best way to let Apple know that this might be an error is to open a bug report, include sample location info, mappings of coordinates vs geo info, and other relevant information.

Bug Reporting: How and Why? has tips on creating a successful bug report.

Core Location and Gibraltar
 
 
Q