I'm working on an app using Apple's MultipeerConnectivity functionality. I have just updated my mac to MacOS 15.4 and now the Multipeer functionality is broken.
I'm getting the following error code when I try to start the network, specifically when I begin to advertise:
Server did not publish: errorDict [{
NSNetServicesErrorCode = "-72008";
NSNetServicesErrorDomain = 10;
}].
I have looked through the internet and only found this single new thread:
Here is my plist file which I see could have something to do with it:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" ".0.dtd">
<plist version="1.0">
<dict>
<key>NSLocalNetworkUsageDescription</key>
<string>This app requires access to your local network to detect and connect to nearby devices for improved connectivity.</string>
<key>NSBonjourServices</key>
<array>
<string>_example-service._tcp</string>
<string>_example-service._udp</string>
</array>
</dict>
</plist>
Steps to reproduce:
- Update mac to MacOS 15.4 (Xcode and iOS version doesn't matter)
- Try to start a multipeer network and advertise the device