I have started using the multipeer connectivity framework and have successfully setup a connection between an iPad Air and iPad Mini Retina. This was great, however the next step for me was to use a singleton to effectively save the connection between the two devices so that constant reconnection every view controller change was achieved. The problem is that when I am saving the MCSession and Peer ID, it decides itself to randomly disconnect before I have the opportunity to send anything. I have heard that this framework is having a few problems with disconnects however i was just wondering whether anybody has successfully achieved using this framework with singletons?
Kind regards, Ryan King