Hi Guys,
I am trying to add users to my homekit application with "manageUsersWithCompletionHandler" but it does not seems to work properly. I am not getting invitation on the other device to access the SHARED HOME controls. Please help me out on this. I tried to invite users with HMCATALOG itself , but same thing is happining.
homeManager.primaryHome!.manageUsersWithCompletionHandler
{ error in
if let error = error
{
self.displayError(error)
}
}