Hi,
I wanted to use MatterAddDeviceRequest
api in MatterSupport.
When I called api, system pop-up shows up and then right after tapping 'Add to @' button, pop-up always shows HMErrorDomain 76 error.
I found this code in HomeKit.HMError
case keychainSyncNotEnabled = 76
I wonder that enabling keychain sync is mandatory to use MatterAddDeviceRequest
api?
Or could you tell me why this error always occurs?
Thanks!