I am using the MKMapSnapshotter
to create a UIImage
screenshot of a small MKMapView
(and stored for later use). But one thing I have noticed is that it removes the "Legal" label from the snapshot. Here the answer states that removing the "Legal" is against Apple policy. Will this affect my submission to the app store ? Or is it just required in the maps, and not the screenshots ?
I have checked the bounds of the MKMapView
and the snapshot rect. There is no difference, so there's no possibility of it being cropped.