I have used MKMapView which is showing old map data. A certain area has new houses but they are not showing up in the Map. Even the default apple maps app is not showing those houses either. However I have seen an another app which shows MKMapView as well, but the map data is updated over there, and the new houses are showing up.
I have also checked google maps app and it has the updated map data as well. I couldn't find anything related to updating MKMapView's data. Is there a way, I can update the map data in my app, which is getting used by MKMapView.
View in my App's MKMapView
Same Location in another app which seems to be using MKMapView as well. (I could see the apple maps logo at the bottom left corner)
Same Location in google maps app on iPhone.
Even the apple maps app in iPhone doesn't show the updated data, but some how its showing in another app. Please help me understand, what could be reason behind this behaviour of apple maps and MKMapView