Posts

Post not yet marked as solved
8 Replies
621 Views
What is "NetworkConstants.serviceName" "NetworkConstants.serviceType" in NetworkListener Class will you please suggest me. And func didReceivedData(connection: NetworkConnection, with messageResponse: ConnectionMessage) what should be in "ConnectionMessage" and each of in "NetworkConnection" Class. Reagards, Narendra Sorathiya
Posted Last updated
.
Post not yet marked as solved
1 Replies
267 Views
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
Posted Last updated
.