Hello there,
I am having a trouble with the library. I am sending some custom broadcast. Then if a server is found then it automatically connects and send a photo, and then disconnects. On the simulators this works, if I try a device and the simulator the simulator gets the photo but the device not. If I test this on two devices then nothing is done. So, the conclusion is that the app is working but on android is not sending the udp through the socket but its sending it. So the port was created.
these are the permission I added on the build.settings:
“android.permission.INTERNET”,
“android.permission.ACCESS_NETWORK_STATE”,
“android.permission.ACCESS_WIFI_STATE”,
“android.permission.CHANGE_NETWORK_STATE”,
“android.permission.CHANGE_WIFI_MULTICAST_STATE”,
“android.permission.CHANGE_WIFI_STATE”,
“android.permission.READ_PHONE_STATE”,
So please enlight me guys…
Thanks again,
Yiannis Demetriades