2

The current documentation for NSNetService states that the 'name' is deprecated after iOS 6.1

Since that is the case, how do I find the name of a service which has been discovered with an NSNetServiceBrowser?

NSNetServiceBrowser calls the delegate method didFindService: with an NSNetService object. How do I correctly get the service name of the service it found?

Kenny
  • 1,083
  • 2
  • 8
  • 23

1 Answers1

0

name has turned into a property and is not deprecated as of iOS 7.

s4y
  • 50,525
  • 12
  • 70
  • 98