flutterlocation icon indicating copy to clipboard operation
flutterlocation copied to clipboard

iOS app using location does not work on macOS

Open mbalmer opened this issue 1 year ago • 2 comments

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

mbalmer avatar Aug 17 '24 09:08 mbalmer

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.

Hoegje avatar Mar 13 '25 12:03 Hoegje

You can fork the repo and run and debug localy

xunreal75 avatar Mar 13 '25 17:03 xunreal75