Can I have a multipeer connectivity session run in the background?
问题 I have two apps which are successfully utilising multipeer connectivity to send messages. Currently, when the "server" app moves to the background, I tear down the session and re-establish when returning to the foreground. Now, I need to make the server app responsive (to received messages) while in the background. By being responsive, I mean can accept an incoming message, do the processing and return an acknowledgment to the peer - no UI required. When the App returns to the foreground, the