We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSNetServiceBrowser did not search with error dict [{ NSNetServicesErrorCode = "-72008"; NSNetServicesErrorDomain = 10; }].
The text was updated successfully, but these errors were encountered:
How did you find that? if you can give me some context maybe i can help you
Sorry, something went wrong.
Thanks to leechupe, we have a solution #59 (comment)
You need to add in info.plist that
<key>NSBluetoothAlwaysUsageDescription</key> <string>nearby connections</string> <key>NSBonjourServices</key> <array> <string>_mp-connection._tcp</string> <string>_mp-connection._udp</string> </array> <key>NSCameraUsageDescription</key> <string>This app requires access to the camera.</string> <key>UIApplicationSupportsIndirectInputEvents</key> <true/> <key>CADisableMinimumFrameDurationOnPhone</key> <true/> <key>UIRequiresPersistentWiFi</key> <true/>
Modify the serviceType attribute of NearbyService for your use like this serviceType: 'mpconn' by serviceType: 'mp-connection'
For me it's working
No branches or pull requests
NSNetServiceBrowser did not search with error dict [{
NSNetServicesErrorCode = "-72008";
NSNetServicesErrorDomain = 10;
}].
The text was updated successfully, but these errors were encountered: