I am developing an iPhone application that communicates with a non iOS device through Wi-Fi. My application is using VOIP.I have configured the streams and added the necessary UIBackgroundModes
into my plist
.
The problem is that the application is not receiving any information from the external device, When it enters in background.
Could somebody tell me if I am missing something?