bonjour for iphone

后端 未结 5 1041
自闭症患者
自闭症患者 2020-12-14 11:39

I would like to know whether bonjour is a public or private api?Can we use it in our apps directly.

5条回答
  •  自闭症患者
    2020-12-14 12:09

    Yes! Bonjour is Public API.

    Yeah you can use for your applications. For Publishing the Service you need to use NSNetService and for Browsing you need to use NSNetServiceBrowser Delegates. You can send data using NSStream. Make sure in order to communicate with bonjour devices. Devices must be in same Wi - Fi Router

提交回复
热议问题