Вопрос

I use MapBox with iOS. When I create an instance in a UIViewController, when I quit this controller, Location continue to process in background. Someone have a solution to stop location process ?

Thanks

Это было полезно?

Решение

This might be related to some recent memory leaks that were fixed in the develop branch of the SDK. It was unintentionally keeping RMMapView instances around, which have a CLLocationManager instance associated for user location and heading tracking.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top