GKSession is deprecated in ios 7, what should I use now?

6.1k Views Asked by At

I have a few apps that use game kit to transfer files between devices but in ios 7 gamekit does not work correctly. I am wondering what I should use now.

1

There are 1 best solutions below

6
ljs.dev On

You will now want to use the Multipeer Connectivity Framework in iOS 7 for:

discovering services provided by nearby iOS devices using infrastructure Wi-Fi networks, peer-to-peer Wi-Fi, and Bluetooth personal area networks and subsequently communicating with those services by sending message-based data, streaming data, and resources (such as files)