Is it possible to have an iPhone app which carries on listening for data on a port when it is sent to background by the user and if any data comes the app can show a local notification and alert the user? I know the multitasking is deliberately limited but wof it allow for that?
Share
It can but with major caveats:
So, while you could bind and listen on a socket in the background, for almost all practical purposes, it’s not worth doing and you should rethink your design.