Hello,
I am working on an application which uses the External Accessory framework. I am able to establish a connection between my application and the external accessory. I am creating an app extension (file provider extension) which should help users to access the accessory. But, I'm unable to establish the connection to the external accessory from my app extension.
Is there a way for the app extension to access the active session that the container app has established with the external accessory? (Instead of the app extension directly communicating with the external accessory)
FYI, I've also enabled the background mode for the external accessory which is helping us to keep the session active between my application and the external accessory.
Thank you in advance, for any ideas.
Regards,
Uday