Hello,
I develop an application that connect to a Bluetooth (BLE) device.
Until now (iOS 12 and above), everything work :
When application is suspended, app is "wake up" periodicaly when device send data through Bluetooth.
App can process data in background.
With iOS 13 :
When application is suspended, connection is broken after 1 minute and app seems to be completely stopped ("Not running" state)
Details:
To suspend application, I use one tap on home button to display Home sceen.
There is no other open application.
Does the application lifecycle/behavior change between iOS 12 et 13 ?
Is it related to Bluetooth ?
Thank you,