Is there a way to setup State Preservation and Restoration for ios using CoreBluetooth in Nativescript? I'm using the nativescript-bluetooth plugin.
From what I understand I will have to modify the actual plugin's code to be able to implement State Preservation and Restoration based on what I see here
I want to be able to reconnect to a BLE device in case my app is suspended while in background. Is there any easier way to do this?