Can I configure an external accessory without OS-provided WAC dialog?

The only method ExternalAccessory lists for configuring accessories is:


- (void)configureAccessory:(EAWiFiUnconfiguredAccessory *)accessory withConfigurationUIOnViewController:(UIViewController *)viewController;


But this forces an ugly system UI that looks really out of place in the app, and I have no control over it.

Is there a way to configure it programmatically without the system UI?

Replies

*crickets*

I suspect the answer here is “No”, but I’m not really an expert in the details of WAC. You might try asking over in Core OS > Drivers and Device Access. If you don’t get an answer there, you should request formal support via a DTS tech support incident.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"