This maintenance release for DTBonjour fixes a few minor issues.
Changes
- FIXED: Various Xcode warnings
- FIXED: Issue when initializing on older iOS (<7.0) or OSX (<10.9) version
- CHANGED: run loop scheduling to common modes
The update is tagged on GitHub as well as available on Cocoapods.
Categories: Updates
Hi everyone, I’m trying to use DTBonjour to make a simple chat app (Like BonjourChat), but I noticed that even in the BonjourChat sample app, I can’t send messages between two (or more) devices connected only via WiFi and if these devices isn’t connected to the same SSID. Is it possible to send messages between them without connecting to the same SSID, just WiFi only?
Thanks.