-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
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
iOS 17+ support issues? #186
Comments
This error is a As stated in the documentation of this package You also need to apply to Apple to use this permission using your development owner account. You can read up more here - https://forums.developer.apple.com/forums/thread/705550 |
@VoidBGS Got the same problem IOS 17.5.1. Added multicast, NSBonjourServices, NSLocalNetworkUsageDescription. Get aprove from apple acces to multicast - and still |
I have feedback from apple team, does it can help to fix the problem?
|
I had similar issues, and ultimately resolved them by requesting the Multicast Networking entitlement from apple. I wrote a blog post about it here: https://dev.to/bfforward/how-to-use-react-native-zeroconf-with-expo-2kjc Hopefully this helps someone |
When did you send a request using Apple form? Currently the url (https://developer.apple.com/contact/request/networking-multicast) seems not working |
It was about a month ago. The link worked for me just a few minutes ago. I did find this forum post that suggests using safari to open the link as some other browsers might not work. It also mentions that the account owner has to be the one to apply for the entitlement. |
Hi everyone,
I'm facing this issue where I cannot resolve the IP address when finding the service on a network, this is happening with iOS 17+ devices, while with iOS 15 it works ok. I don't have iOS 16 to test it.
This is the error that shows:
[Error: { NSNetServicesErrorCode = "-72007"; NSNetServicesErrorDomain = 10; }]
Is it possible that this is due to compatibility issues between Zeroconf and iOS 17+ ?
It seems to be something similar as iOS 14 problems that were happening in the past.
I have installed Zeroconf 0.13.8 and I have the correct keys inside info.plist file.
The issues seems to happen with connectivity boards "Inventek ISM43903".
The text was updated successfully, but these errors were encountered: