Skip to content
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 does NOT show Local Network Dialog #16

Open
tomasbaran opened this issue Nov 18, 2021 · 0 comments
Open

iOS does NOT show Local Network Dialog #16

tomasbaran opened this issue Nov 18, 2021 · 0 comments

Comments

@tomasbaran
Copy link

I'm using:

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.

@tvolkert @kendfinger can you please help?

Here is more detailed question: https://stackoverflow.com/questions/70013254/local-network-permission-dialog-not-showing-up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant