You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying a to implement a simple bridge including a bridged light bulb accessory. I basically added two accessories and used HAPAccessoryServerStartBridge instead of HAPAccessoryServerStart like in the following snippets. The bridge accessory works as expected, I successfully added it in the Apple Home app. Unfortunately the light bulb does not show up in the app. Instead it says "Additional Setup Required", "Add related accessories with Acme Bridge in the manufacturers app." Does a bridge really need a separate app to add accessories or is the issue somewhere else?
Ok I just tried the same scenario using the HomeKit Accessory Simulator and the light bulb shows up immediately, so I guess a separate bridge app is not required and the issue is somewhere else.
Hi,
I'm trying a to implement a simple bridge including a bridged light bulb accessory. I basically added two accessories and used
HAPAccessoryServerStartBridge
instead ofHAPAccessoryServerStart
like in the following snippets. The bridge accessory works as expected, I successfully added it in the Apple Home app. Unfortunately the light bulb does not show up in the app. Instead it says "Additional Setup Required", "Add related accessories with Acme Bridge in the manufacturers app." Does a bridge really need a separate app to add accessories or is the issue somewhere else?Full source is available here.
Thanks!
The text was updated successfully, but these errors were encountered: