Post

Replies

Boosts

Views

Activity

Reply to iOS 14.5 Beta: UDP broadcast not working with "No route to host" error.
I have requested for the Entitlement. But Apple Network team replied as below, "Thank you for your interest in Multicast Networking. Use of Bonjour doesn’t require any entitlement, as long as you can enumerate the types you use in your app’s Info.plist. Have you tried doing this?" I have also added below lines in Info.Plist still not working. stringLooking for local tcp and Bonjour service/string array stringaliveNotifySocket.udp/string stringudpSocket.udp/string stringasyncTCPSocket.tcp/string /array I am getting below error. Socket error Error Domain=NSPOSIXErrorDomain Code=65 "No route to host" UserInfo={NSLocalizedDescription=No route to host, NSLocalizedFailureReason=Error in send() function.} As ios 14.5 is released to all the users, customer has started reporting discovery issue.Any one with a solution would be helpful
Apr ’21
Reply to iOS 14.5 Beta: UDP broadcast not working with "No route to host" error.
I have been seeing the below logs in the device console. Looks like it points to Entitlement permission. default 14:41:36.811477+0530 Mavid 3M MAVIDSDK getCommunicationSockets default 14:41:36.811569+0530 Mavid 3M MAVIDSDK getCommunicationSockets default 14:41:36.811631+0530 Mavid 3M MAVIDSDK getCommunicationSockets default 14:41:36.811685+0530 Mavid 3M MAVIDSDK refreshScan default 14:41:36.811719+0530 kernel necp_check_restricted_multicast_drop: Dropping unentitled multicast (SDK 0xe0500, min 0xa0000) default 14:41:36.811762+0530 Mavid 3M MAVIDSDK refreshScan wi-fi M-search dispatch default 14:41:36.811777+0530 kernel necp_check_restricted_multicast_drop: Dropping unentitled multicast (SDK 0xe0500, min 0xa0000) default 14:41:36.811803+0530 kernel necp_check_restricted_multicast_drop: Dropping unentitled multicast (SDK 0xe0500, min 0xa0000) default 14:41:36.812830+0530 Mavid 3M end refreshScan default 14:41:36.812896+0530 Mavid 3M MAVIDSDK a--Socket error Error Domain=NSPOSIXErrorDomain Code=65 "No route to host" UserInfo={NSLocalizedDescription=No route to host, NSLocalizedFailureReason=Error in send() function.}
Apr ’21