rekabhq / background_locator

A Flutter plugin for updating location in background.
MIT License
288 stars 327 forks source link

Background locator stops working after iOS auto update #260

Open venkateshironman opened 3 years ago

venkateshironman commented 3 years ago

@mehdok After the iOS auto update from 14.4 to 14.6 Background locator(1.4.0+1) worked only for an hour and later stopped working. The app was in the foreground and yet background stopped after 60 minutes. In our app we have configured backgroundlocator for every 2 mins to fetch the lat long from GPS location service

Note below: 1.GPS turned on 2.Location Permission set to always 3.Battery was fully charged

Appreciate any lead for help in this regard, Thanks everyone

mehdok commented 3 years ago

Hi @venkateshironman Thank you for opening an issue;

I'll look into it. Please provide any information that might help;

venkateshironman commented 3 years ago

@mehdok Until the iOS OS version update everything works good. After the OS update, background locator was working for 1 hour after that it stops

saravananmnm commented 3 years ago

@mehdok Same issue here. When you enabled low power mode from ios, the location services get stopped. Do you have any solution for this?