error in getLocation with IOS Simulators.
Describe the bug when run app in IOS simulator and try to getLocation, the function dose NOT return any data or exception so i have to change location from simulator feature from "custom location" to "Apple". Note that it work fine with (IOS real device) and android (Real device and simulator) but apple connect mark it as a bug in my app and rejected app.
Expected behavior
Tested on:
- iOS, Version [7.0.1], simulator Iphone 15
Other plugins:
Additional logs i have to use dependency override to fix the issue dependency_overrides: google_maps_flutter_ios: 2.13.1
Same error here
Any update on this issue? Did any of you get past this issue?
Same behavior. any update regarding this?
Same issue here.
Seeing this issue on iOS simulator, only seems to happen on cold start, hot restarts are OK.
Also seeing this behaviour in the Android emulator, also only on cold start.
Try to run on Xcode and you will get error
This method can cause UI unresponsiveness if invoked on the main thread. Instead, consider waiting for the -locationManagerDidChangeAuthorization: callback and checking authorizationStatus first.
solve this and update SDK, tested on iOS 18.4 Simulator.
Any update on this?