nsnetservicebrowser Questions

4

Just trying Bonjour in swift 3 Here is my code , I can receive the delegate func netServiceDidResolveAddress(_ sender: NetService) { print("netServiceDidResolveAddress service name \(sender.na...
Nitrosyl asked 5/7, 2016 at 7:5

1

Solved

In my app I sometimes get this error: objc[3899]: __weak variable at 0x610000056bd0 holds 0x10003 instead of 0x610000302640. This is probably incorrect use of objc_storeWeak() and objc_loadWeak()....
Sift asked 4/4, 2017 at 14:5

0

I am resolving a udp service using NSNetServiceBrowser. It is working fine but if I disconnect my service then also it discovers it. I got a link which says it remains visible for a while because t...
Utham asked 22/6, 2016 at 10:52

1

Solved

I have written a Singleton Class using GCDAsyncsocket Library to establish connection with any other device having same service using Bonjour. On one device I am using its Method "startPublishing"...

0

As per the title: I am wondering how IOS is able to find devices on the network that are non-bonjour. Specifically I need to find a control device that will in the future have the appropriate Bonj...
Ppm asked 23/10, 2014 at 17:40

1

I got a really annoying problem. Im trying to search after a NSNetService (that i know exist). I've copied the example code from http://www.macresearch.org/cocoa-scientists-part-xxviii-bonjour-and-...
Defend asked 19/8, 2010 at 22:4

2

Solved

I have the following code for discovering services on the network: [netServiceBrowser setDelegate: self]; [netServiceBrowser searchForServicesOfType: serviceType inDomain: domain]; That results...
Allemande asked 23/8, 2011 at 13:38

1

Solved

I'm using Bonjour (NSNetServiceBrowser, to be precise) over WiFi in an app I'm developing for an iOS project I've been working on. However, despite noting the issues raised in the excellent respon...
Zoraidazorana asked 4/10, 2011 at 9:11
1

© 2022 - 2024 — McMap. All rights reserved.