The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
454 views

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 ...
1
vote
1answer
870 views

NSNetService works fine, but can't get hostName, resolve causes error

I'm using Bonjour with an NSNetService to publish a server from my iPhone. It all works as expected, I can browse the pages I'm serving etc. However, on the iPhone I want to display the host name ...
0
votes
2answers
4k views

Using NSNetService class to make an SMB tcp ip connection to a folder shared on windows machine

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 asked ...