Bonjour Service Browser with Swift does not fetch serviceinfo
问题 The service I want to connect to is published via Bonjour. I can find all the info with the Bonjour Browser, however if I try to gather the data programmatically, the only value I get, is the name of the service. The NetService delegate is set and the function netServiceWillPublish is called. The functions DidNotPublish or DidPublish are not executed. The function netServiceBrowser gets all published netServices, but all properties are set to the default value of the datatype. import UIKit