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
Hi, I use the GeoLocator's position stream and send the updates to the foreground task receiveport which I listen to. On Android it works fine but on iOS it stops after about 10-15 seconds after returning to the home screen. Any ideas how to fix this?
As explained by README, the iOS platform has limitations on background processing. Therefore, the task stops after 15-30 seconds in the background. But in the foreground it works fine.
At my current level, there is no way to solve it. If there is a way to solve the problem, please provide a PR, I would appreciate it.
Hi, I use the GeoLocator's position stream and send the updates to the foreground task receiveport which I listen to. On Android it works fine but on iOS it stops after about 10-15 seconds after returning to the home screen. Any ideas how to fix this?
Thanks anyway :)
The text was updated successfully, but these errors were encountered: