Test application asks permission for "find and connect to devices on your local network"

Hi everyone!

I'm developing a cross-platform application with Flutter framework and i found an anomaly that is not really answered on any forums or just I'm too blind to find that.

So if I'm making a debug build on a real device or I download a test app from TestFlight after the first launch the app pops a "*** would like to find and connect to devices on your local network" dialog.

I tested a few app from App Store (some of them was made with Flutter, for example Revolut) but non of them asks for the mentioned permission.

So my question is: the released apps in App Store also requires permission for connection to network (so the "*** would like to find and connect to devices on your local network" dialog shows up) and i need to set something in the configs to get the permission instantly or all apps in App Store got the permission by default.

Test application asks permission for "find and connect to devices on your local network"
 
 
Q