Could any one suggest the best way to implement web sockets in iOS. I need to build using base sdks iOS 9 or above. Found her web socket client for iOS. (https://github.com/square/SocketRocket). Also read a thread on this here http://www.elabs.se/blog/66-using-websockets-in-native-ios-and-android-apps. Can I use it for a project with base sdks iOS 9 and above? Is it the best solution for implementing the web socket in iOS? Also in the required libraries, libicucore.dylib is seen and will it be possible to include the library in Xcode 7 and above?
WebSockets client for iOS 9 SDK Objective-C
2.7k Views Asked by Govind At
2
I've used JetFire https://github.com/acmacalister/jetfire to create this simple multiplayer game which I tested against Azure, RedHat, and Heroku using NodeJS for the backend.