nsnetservice 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
I would like to get All device name in entire local network. I just been searching over 2 days and haven't find a solution yet.
I can able to get Bonjour services with using NSNetServiceBrowser. W...
Breakaway asked 12/10, 2016 at 22:6
0
I have a problem with obtaining a connected service name on the other device. I am using NSNetServices based on Bonjour and input and output streams for peer to peer connections. I have an iPhone a...
Iorio asked 9/3, 2015 at 11:27
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"...
Theone asked 11/12, 2014 at 9:43
1
Solved
So I have the following problem:
launching my application on iOS 8 on my iPhone 5s, I get no error, but launching my app on iOS 6.1.3 on my iPhone 3GS, I get this error:
dyld: Symbol not found: _...
Samantha asked 10/6, 2014 at 14:0
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
I have an idea for an ios(iPhone) application to which requires connecting to several peers. I am basing my code on the WiTab (SampleCode-developer.apple.com) example.
When my application started ...
Tael asked 12/1, 2012 at 10:49
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
2
Solved
I have been trying to figure out a way to access my windows shared folder using iPhone. The desired functionality is part of bigger enterprise app I am building. Here is someone who has already ask...
Lisbethlisbon asked 12/2, 2011 at 0:36
2
Solved
This question was already asked here:
NSNetservice IP address
and here:
iPhone: Bonjour NSNetService IP address and port
I've used both of those to get where I'm at now. My problem is the followi...
Malchy asked 24/2, 2010 at 17:3
1
© 2022 - 2024 — McMap. All rights reserved.