I have an application developed in Flutter, and I have some problem with it on IOS when activating from background.
It is enabled to use location background mode on IOS. It works in background without any problem, even for days, it does what it has to do. But when I open the app after a longer time period (about one day or more) working in background, the UI is frozen! Note, if I do it after some hours, it is okkey, the problem comes after a longer period.
Flutter version: [✓] Flutter (Channel stable, 1.20.1, on Mac OS X 10.15.5 19F101, locale hu-HU)
What can I do to fix it? Should I re-init UI somehow in Flutter? Or do anything from native side?
Thanks a lot, any help is highly appriciated!