mapbox / mapbox-events-ios

Mapbox Events Framework for iOS
Other
20 stars 38 forks source link

Construct turnstile event on background queue #344

Closed vayesh closed 2 years ago

vayesh commented 2 years ago

Calling CLLocationManager.locationServicesEnabled method generates a log message with the following console warning:

"/Users/distiller/project/Sources/MapboxMobileEvents/MMEEventsManager.m:356: warning run: This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the -locationManagerDidChangeAuthorization: callback and checking authorizationStatus first."

In this PR we just move the turnstile event construction to queue which already used to post events.