When I use UDPSocket, it returns "error sending data: 13", do u know what is the problem?
I using B4i 6.5 and IOS 12.4.8, Hope you can help, Thanks.
B4X:
Sub Process_Globals
Dim UDPSocket1 As UDPSocket
End Sub
Private Sub Application_Start (Nav As NavigationController)...