I have one application that connects to a network device (in LAN) over UDP and listen for new messages using GCDAsyncUdpSocket. It works fine in foreground but in background it is not able to respond. I want to show a local notification when I receive a message from UDP. Please suggest how we can achieve this by following Apple policies.
Thanks & Regards, Amit