Join Slack
Powered by
What should I use for background work in CMP / KMP...
# multiplatform
s
skominas.ainis
08/02/2025, 7:29 AM
What should I use for background work in CMP / KMP? Is there anything similar to WorkManager on Android?
f
François
08/02/2025, 8:03 AM
Background tasks works differently on each platform and with different rules; so you need to use the dedicated platform API.
François
08/02/2025, 8:04 AM
For iOS :
https://developer.apple.com/documentation/xcode/configuring-background-execution-modes
🙏 1
2
Views
Open in Slack
Previous
Next