EAAccessory problem
- by dragon
I have developed code using EAAccessory , and its work fine...
But when i disconnect EAAccessory, my application got exception like an error....I want to show an alert , while disconnecting EAAccessory....
I am using this line of code in my app
(void)accessoryDidDisconnect:(EAAccessory *)accessory;
But this event is not fired ..When i disconnect my accessory....
Can anyone help me ?
Thanks in advance..........