Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hang on [CLLocationManager _authorizationStatusForBundleIdentifier:bundlePath:] #1033

Open
jgorospe248 opened this issue Jul 30, 2024 · 0 comments

Comments

@jgorospe248
Copy link

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

  1. Go to the part of the application that initializes the location manager.
  2. Start the application.
  3. Wait for the location manager to attempt to start location updates.
  4. 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
image

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.

@jgorospe248 jgorospe248 changed the title Hang Hang on [CLLocationManager _authorizationStatusForBundleIdentifier:bundlePath:] Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

1 participant