Has anyone used Koin DI alongside iOS background p...
# multiplatform
e
Has anyone used Koin DI alongside iOS background processing tasks? In my current setup I am calling startKoin from my apps didFinishLaunchingWithOptions app delegate function. This works for when the app is in normal usage, but I'm not confident that when my BG Processing Task is started by the system, that my Koin instance is running.
t
I‘ve used Koin in combination with Background Processing Tasks and had no issues with this approach