nsnetservice
Apple Bonjour: how can I tell which published service is my own?
I have two iOS devices开发者_如何学编程 finding each other successfully using the Bonjour API, but since they are both simultaneously publishing and browsing, they also see themselves appearing in the[详细]
2023-04-11 23:21 分类:问答NSNetServiceBrowser/Bonjour issues on iOS
I\'m using Bonjour (NSNet开发者_开发百科ServiceBrowser, to be precise) over WiFi in an app I\'m developing for an iOS project I\'ve been working on.[详细]
2023-04-10 18:00 分类:问答NSNetServiceBrowser didRemoveService takes longer after opening stream
I have the following code for discovering services on the network: [netServiceBrowser setDelegate: self];[详细]
2023-03-30 06:24 分类:问答NSNetServices persists after stop method call?
I am doing a simple bonjour broadcast using NSNetServices.Everything is working great when I start and stop the bonjour sharing at application launch/quit.However if I turn off bonjour using the stop[详细]
2023-03-25 04:55 分类:问答Sending text message from one iPhone device to another using NSNetServices
I want to send the text message fro开发者_JS百科m one iPhone device to another iphone device or simulatorusing NSNetServices. Can anyone has idea how to figure out this problem?try to connect the devi[详细]
2023-03-24 23:00 分类:问答NSNetService on WiFi instead of bluetooth
I have 2 iOS devices and an application which starts or connects to a NSNetService. When both devices have have bluetooth turned on the data stream will automatically be done over the bluetooth inter[详细]
2023-03-19 22:23 分类:问答Error resolving a NSNetService
I\'m creating a board game to be played via wi-fi, in the iPhone. When device A invites device B to play(try to resolve the NSNetService published by B), device B can accept or decline.[详细]
2023-03-16 10:48 分类:问答How can i stop the process of searching for new devices in wifi network?
in my wifi network code i am using a NSNetServiceBrowser delegate searchForServicesOfType which will starts a search for services of the specified type in the domain indicated by domainString[详细]
2023-03-09 18:49 分类:问答for each publish,how can i make my device name as unique?
i am publishing my netService object once with same domain and name. another device finding my service as myService .[详细]
2023-03-09 05:16 分类:问答Connecting to a server with NSNetService but failing- automatic socket disconnect?
NEW SIMPLER VERSION OF PROBLEM: I\'m trying to connect to and communicate with a Bonjour device using an Objective-C client and I\'m having trouble resolving the service (server). Originally I tried[详细]
2023-03-04 19:03 分类:问答