Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 481
user988294 Avatar asked Sep 22 '13 01:09

user988294


1 Answers

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)

like image 151
ljs.dev Avatar answered Oct 14 '22 19:10

ljs.dev