I am working on an application that uses MKMapView. "Application does not work in the background" is set to true in the application plist file.
When you start the application and exit the application using the "home" button, the application exits without problems.
When I switch to the second viewController, I load MKMapView into a UIScrollView. When you exit the application from this screen, the application exits with the status: 0 and the message:
void -[MKTileCache synchronize](MKTileCache*, objc_selector*) called while in background!
.
If I go to the second screen and then go back to the main screen and exit the application using the homebutton button, I confirmed that mapview has been released, but I still get this message.
Can anyone help me with this? Will the application be rejected for this?
iphone
Mcdj
source share