You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2019. It is now read-only.
I can successfully use the location updates on an Android device since it asks for permission to access my location.
On my iOS device it never asks for the permission, so I assume it does not have permission to access my location, and my app does not even list under the Location Services settings of iOS. I'm not sure if this is a problem on Flutter's side of the map_view.
I did add the following in my Info.plist:
NSLocationWhenInUseUsageDescription
Using location to display on a map
NSLocationAlwaysAndWhenInUseUsageDescription
Using location to display on a map