Join Slack
Powered by
Is it possible to run common Kotlin from an iOS ba...
# ios
j
jQrgen
02/28/2024, 8:18 PM
Is it possible to run common Kotlin from an iOS background task? We have a slow synchronization task that is interrupted when the app is put in the background/the iPhone screen goes black. Such as here?
https://gitlab.com/wallywallet/android/-/merge_requests/129/diffs#edef940a32158aaa6ca3a60bfb4dd1ac62d799d0
( Just testing the setup at this point, no idea if it works...)
MainViewControllerKt.backgroundSync()
is not blocking, it ultimately calls a kotlin multiplatform library
7
Views
Open in Slack
Previous
Next