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