Each time when AppProxy extension is running, FaceTime fails to make a call using iPhone connected with Mac Book. It displays the following error:
Your iPhone and Mac must be on the same Wi-Fi network.
The console log contains a message that is likely related to the problem:
The problem happens if AppProxy just bypasses all TCP and UDP flows by returning FALSE from the callback. So the flows should be handled by the system.
Your iPhone and Mac must be on the same Wi-Fi network.
The console log contains a message that is likely related to the problem:
Code Block error 14:33:53.710813+0300 identityservicesd - [IDSUDPLink _sendBytesArray:lengthArray:arraySize:localInterfaceIndex:localAddress:destinationAddress:trafficClass:DSCP:]:472 sendmsg(53B) failed errno=22 default 14:33:53.710865+0300 identityservicesd send binding response failed with UnknownError
The problem happens if AppProxy just bypasses all TCP and UDP flows by returning FALSE from the callback. So the flows should be handled by the system.