Questions tagged [socketrocket]

For questions related to SocketRocket, a WebSocket client for Objective-C

SocketRocket is an open-source WebSocket client for Objective-C.

For more information, see this paper or visit the git-hub site

79 questions
0
votes
1 answer

iOS static library depending on other static library

I have created a static iOS library using this tutorial. The library itself depends on the SocketRocket library. SocketRocket is included as #import . When I build the library, everything works fine. However, if I…
alex
  • 4,922
  • 7
  • 37
  • 51
0
votes
1 answer

How do i know if user has received the push notification sent from privatepub gem

Can any one tell me the solution related to PrivatePub. Well i am using privatepub gem for push notification to ios app. I wanted to know is it possible to get any kind of response which states that the particular user has received the notification…
Braham Shakti
  • 1,408
  • 4
  • 22
  • 39
0
votes
1 answer

SocketRocket with Cocoapods gives errors

I've just begun using CocoaPods today... First up I added AFNetworking, which worked fine... Then I needed SocketRocket... However, SRWebSocket.m throws 9 warnings and 6 errors after being added with CocoaPods... The errors are in regards to…
user969043
  • 756
  • 2
  • 13
  • 34
0
votes
1 answer

iOS: SocketRocket Mach-o Linker Error

I'm trying to use SocketRocket for an iOS project, I'm developing... I've been going by the instructions on Socket Rocket - Installing iOS and using the provided chat example as a guide, but when I use: _webSocket = [[SRWebSocket alloc]…
user969043
  • 756
  • 2
  • 13
  • 34
1 2 3 4 5
6