I am testing an iPhone app that include mapkit. I have changed the map view type from ‘hybrid’ to ‘map’. It works fine in the simulator but when I test on device the iPhone ignores the change and shows me the ‘hybrid’ mapview.
If I try to profile on the device it works fine.
Any ideas.
Thanks.
Make sure you’ve properly connected the map view to a corresponding IBOutlet declared in your view controller.