Hi. Huge thanks for kable library, works perfectly 📌
probably unrelated but not sure where else to ask. There is a ble device which iOS connects to it and they both communicate. Some events from ble device are important and should be sent to server. The issue is that when app goes to background then it has no internet at all.
Did you guys had to send http requests to server when app is in background? There is not much docs about this. I was able to find some posts on stackoverflow but all of them talk on very high level, for example this
https://stackoverflow.com/questions/63016680/sending-network-request-after-bluetooth-update-while-ios-app-is-in-background
It seems to be possible but for 1 week I have almost no progress. Any ideas? or maybe you guys have some sample code?