My Bluetooth device is disconnecting when closing (killing) the Application ExternalAccessory iOS

259 Views Asked by At

I am developing iOS App which connected to Bluetooth device via ExternalAccessory protocol. This is a part of MFi Program authentication. I received error from the MFi Lab which tells that when we are closing (killing) the App it shouldn't disconnect from the device. But even the EADemo App (from apple) is disconnecting. I did try to call unregisterFroLocalNotifications() method which didn't help. When closing input,output streams it automatically kills the connection. Any suggestions?

0

There are 0 best solutions below