I have implemented for multicast networking in my app as per document I found on https://developer.apple.com/forums/thread/663271 and also I did this steps as mentioned in https://developer.apple.com/news/?id=0oi77447 as well . Although I got error again and again which is "No route to host".
I use local udp socket and I used cocoapods library “ pod 'CocoaAsyncSocket', '~> 7.6.5'”. but although I used to get this error “Invalid argument”.
Here I add Multicast Networking which is approved by apple. And also I have explicit App ID of my automation app.
Then I also edited in both certificates developer and distribution then I do save and added in my Xcode project.
Then I added in in my entitlements which is com.apple.developer.networking.multicast entry with a Boolean value of true.
I have also run this command line tool and I got this result. Then I run the project in iOS 14.5 – iPhone 8 Plus.
But although I got this error.
Regards, Narendra Sorathiya