You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var discover =new upnp.DeviceDiscoverer();
await discover.start(ipv6:false);
discover
.quickDiscoverClients()
It works for me as an internal tester but not Beta testers do not get the Local Network Dialog nor does the Local Network Permission appear in iPhone Settings -> Privacy -> Local Network. Therefore, none of the local network is permitted. How do allow the Local Network Permission, please?
I've already added NSLocalNetworkUsageDescription in plist file as well as BonjourServices and still not showing up for my beta users. It would be nice to have this in the description of the plugin.
I'm using:
It works for me as an internal tester but not Beta testers do not get the Local Network Dialog nor does the Local Network Permission appear in iPhone Settings -> Privacy -> Local Network. Therefore, none of the local network is permitted. How do allow the Local Network Permission, please?
I've already added
NSLocalNetworkUsageDescription
in plist file as well asBonjourServices
and still not showing up for my beta users. It would be nice to have this in the description of the plugin.@tvolkert @kendfinger can you please help?
Here is more detailed question: https://stackoverflow.com/questions/70013254/local-network-permission-dialog-not-showing-up
The text was updated successfully, but these errors were encountered: