Is there a KMM lib or pattern to abstract Android'...
# multiplatform
n
Is there a KMM lib or pattern to abstract Android's
Service
and the iOS equivalent to keep an app running in the background with UI closed?
đź‘€ 1
k
I don’t think iOS really has a direct equivalent. Running in the background is kind of a special situation, if I understand it correctly.
s
Doubt it, those things are very intrinsically hooked into the OS. If it were me I think I'd implement them separately and then within the services call out to KMM code
n
Thanks. I've been reading up, very specific background things are allowed. I'm trying to do an alarm/timer which is not on the list. Not a kotlin problem though, I'll keep digging :-)