I need my application to switch to offline mode even if 3G
is enabled.
I am using AFNetworking and it's quite easy to suppress all the HTTP
operations, but how do I handle the screens which have maps?
I don't want to do any data transfer, so I either need to cut off the internet access to the MapView
or replace
the tile request with empty offline tiles.
Is there any way to achieve this with MapKit and without using any external map library?
PS: I found a related-question here, but there was no clear answer and the topic is quite old (for example, CloudMade does not have API for iOS 6 yet)