I've upgraded an iPad app to support iOS10. The app is used to connect to a MFI supported bluetooth device.
Since the upgrade, [[EAAccessoryManager sharedAccessoryManager] connectedAccessories]
is returning null (even when the setting menu shows connected devices).
Since this App worked before with the same devices, I'm assuming that the code, the MFI chip and the info.plist data are correct.
I believe previous posts on null connectedAccessories are not relevant to a case where it worked fine before the iOS upgrade.
Any ideas what could have changed?