snblackout commented on issue #257: URL: https://github.com/apache/cordova-plugin-geolocation/issues/257#issuecomment-1883772085
Thanks. I'm not getting a crash or a UI freeze either. When XCode runs the app below is what is posted to the XCode session debug pane. When I open the CDVLocation.m file in XCode, the warning is on line 89 in the `isLocationServicesEnabled` function of the module. Also the below comes up before I can even choose "Only once" or "When running" in iOS. ``` This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the `-locationManagerDidChangeAuthorization:` callback and checking `authorizationStatus` first. locationManager::didFailWithError ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org