Open viniciusmaia opened 6 years ago
Do you add location permission settings in info.plist
?
Maybe you should add NSLocationAlwaysUsageDescription
and NSLocationWhenInUseUsageDescription
.
See also: Requesting Always Authorization | Apple Developer Documentation
I enabled MyLocation and MyLocationButton in my project and, for iOS version, the MyLocation Button didn't worked. I tested set IsShowingUser = true for iOS, but didn't worked too.
The same code works for Android like charm, but for iOS, only MyLocationButton doesn't work. The Button is enabled, but when I tap it, nothing happen.