David Garcia Romero
David Garcia Romero
Any updates of it? i am getting this error `Runner[3633:1051724] [BackgroundTask] Background Task 144 ("Flutter debug task"), was created over 30 seconds ago. In applications running in the background, this...
@akabhinavv3 hello were you able to get location data on background but when the app is killed?
i guess it would not work at least the dart code that is running on flutter engine would not work if user kills/terminates/swipe up the app on ios because once...
@MoralCode ios allows get updated locations when the app is killed, but it does not depend on when you want , it depends on when the system considers to launch...
here the same. i even created a new project and added the [camera](https://pub.dev/packages/camera) plugin as the unique dependence of the new project then i run it on ios emulator but...
@SticksDev are you still getting the error? if so, then what other versions of ios did you test it?
something similar is happening to me but on apps ios , i am using flavors stag , dev and prod and every enviroments are using different bundle ids and when...
Hello @marceloadsj maybe is not your storage object null ?
@tattivitorino how did you solve it ?