-
Notifications
You must be signed in to change notification settings - Fork 58
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
Plugin does not request Local Network Usage Permission in iOS 14 #92
Comments
This actually can be fixed with no changes to this plugin. Simply add this to your info.plist
|
For those wanting a way to script this, you can add the following to your
|
Having the same struggle. Would be nice if this issue was documented. Finding this over google was not 100% intuitive. Thank you for the library! ======= Ionic: Capacitor: @ionic-native/[email protected] |
the same error! |
Hello, I'm battling with this issue at the moment. Please can you share the chunk from your info.plist? Mine looks like this at the moment and is not working:
|
Hi, plist
code |
cordova-plugin-zeroconf version 1.4.2
There is no response from .watch() method
Even if the local network is enabled through some other means, the plugin calls the error callback with "null"
Platform info
Cordova version 9.0.0
Cordova-ios 5.1.1
Uses WKWebview
XCode 12.0.1
Ionic version 1.3.1
The text was updated successfully, but these errors were encountered: