Join Slack
Powered by
HI KMM team any Idea! kotlin multiplatform Bluefal...
# multiplatform
g
GNKumar
06/06/2025, 11:48 AM
HI KMM team any Idea! kotlin multiplatform Bluefalcon not working in iOS application background I want to communicate in app background in iOS
c
Chrimaeon
06/06/2025, 12:03 PM
Not sure what you mean with „communicate“ and what bluefalcon is, but iOS is very strict with background tasks.
g
GNKumar
06/06/2025, 3:11 PM
communication I mean , BLE continuously send the bytes to mobile in BG.
c
Chrimaeon
06/06/2025, 3:16 PM
yeah, not in iOS. you have around 5 seconds for running tasks that started in the FG and will then be killed.
Chrimaeon
06/06/2025, 3:20 PM
Bluetooth could be configured though. check how to do that with the library you are using.
https://developer.apple.com/documentation/xcode/configuring-background-execution-modes
5
Views
Open in Slack
Previous
Next