I can’t get it to work, but that doesn’t mean it is not possible.
I’ve seen other people say that I need to use a TCP Port, but does anyone have any pointers to any kind of official documentation that would have the final say?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, that’s the point.
But in iOS 4.2.1 (for example) you can receive in UDP while in background WITHOUT any ack.
Just declaring a CFReadStream as a VoIP socket listening in applicationDidEnterBackground… From iOS 4.3 and above that method doesn’t work anymore.
Also Media5 uses a “trick” to keep active the app, thus receiving incoming calls in background also with UDP.