Describe the bug
The application hangs during the initialization of the PBMLocationManager when it attempts to start location updates. The hang seems to occur when calling [CLLocationManager _authorizationStatusForBundleIdentifier:bundlePath:].
To Reproduce
Go to the part of the application that initializes the location manager.
Start the application.
Wait for the location manager to attempt to start location updates.
Observe the application hanging at this point.
Expected behavior
The application should start location updates without hanging, allowing the rest of the initialization process to continue smoothly.
Screenshots
Desktop (please complete the following information):
OS: macOS
Browser: not applicable
Version: not applicable
Smartphone (please complete the following information):
Device: Any iOS device (example: iPhone12)
OS: iOS 15.0
Browser: Not applicable
Version: Not applicable
Additional context
Note that CLLocationManager.authorizationStatus is deprecated.
Describe the bug The application hangs during the initialization of the PBMLocationManager when it attempts to start location updates. The hang seems to occur when calling [CLLocationManager _authorizationStatusForBundleIdentifier:bundlePath:].
To Reproduce
Expected behavior The application should start location updates without hanging, allowing the rest of the initialization process to continue smoothly.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information): Device: Any iOS device (example: iPhone12) OS: iOS 15.0 Browser: Not applicable Version: Not applicable
Additional context Note that CLLocationManager.authorizationStatus is deprecated.