I want to create an app which connects to an external device via wifi signal. I am connected with the wifi to the external device when I start the app.
In my app, i call:
NSArray *accessories = [[EAAccessoryManager sharedAccessoryManager] connectedAccessories];
but accessories remains empty.
What am I missing here?
(I created a simple app for which I followed the description from the Developer Library, but still no EAAccessory is found.) Also, I tried EADemo but this also does not work.