iOS app using location does not work on macOS
Describe the bug A working iOS app ("qth locator", it's in the apple app store) works on iOS. When installed and run on a M2 macbook air on macOS, no location data is retrieved. The app has the permission to access location service and location services are enabled.
Expected behavior The (iOS) app should show location data when run on a M1/M2/M3 mac.
Tested on:
- M2 Macbook Air, macOS 14.6.1, real device
Other plugins:
- None
I see this too.. On Iphone it works (as does every other platform I tested) and on Mac it never returns from the call to await _location.getLocation();
Is there anything I can instrument so that I can debug this library code on my Mac? Would love to help, if possible.
You can fork the repo and run and debug localy