Hello. Im having the same issue. My App connects to a Soft Ap network from our devices, which broadcasts data using a UDP connection. Using debug mode to install the App on my iPhone 11, the App communicates with our devices. However, when downloading from Testflight, there is no data showing from the UDP streams. This is only on iOS14. Same app downloaded from TestFlight on iOS 13 works.
I added the Privacy- Local Network usage description to Info list, but the App does no prompt the user to allow/deny permission. Is there a way to manually enable the pop-up alert?
I'm I missing something else? I am using AsyncUDPSocket library (objective C). It has been working for years, until now.
Appreciate any help quick so I can provide a solution to our customers.