Lyokone / flutterlocation

A Flutter plugin to easily handle realtime location in iOS and Android. Provides settings for optimizing performance or battery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Location().requestService not working on IOS

Ellynnn opened this issue · comments

I used await Location().requestService to request user to turn on the location service if it's disabled. It works as expected on Android but it doesn't prompt on IOS.

Does anyone has a workaround or encountered the same problem as me?