Can't receive ExternalAccessory notification in command-line program (theos tool)
Hello all,
I am new to jailbroken app development and I am currently working on developing a command-line daemon as theos tool and trying to make it work with an external accessory. However I can't receive accessory connect & disconnect notifications from EAAccessoryManager...
I managed to find that only UI applications running in foreground of device can receive such notifications. But I hope to make it a background daemon to send CoreMIDI controls using the connected accessory...