SocketRocket
SocketRocket copied to clipboard
A conforming Objective-C WebSocket client library.
From [Apple docs](https://developer.apple.com/support/third-party-SDK-requirements/): > Starting in spring 2024, you must include the privacy manifest for any SDK listed below when you submit new apps in App Store Connect that include...
With the release of [CocoaPods v1.13.0](https://github.com/CocoaPods/CocoaPods/releases/tag/1.13.0), visionOS support was introduced.
Are you planning support for the L4S protocol?
Hello, I am facing this weird issue when I connect web sockets it got connected and I start receiving messages also I got this webSocketDidOpen callback but when I send...
I am trying to set my TLS version as 1.3 but unfortunately I am not able to do that. Could you please help me to where I can set my...
Hi, my app is a react native application and it is connecting to an Apollo Server which use `graphql-ws` for its websocket implementation and its subprotocol is `graphql-transport-ws`, it has...
When adding SocketRocket as a dependency via Carthage everything works fine, until you submit the app to the App Store. When you do you hit this validation error. ![screen shot...
**Libraries collision in iOS, React Native and AWS Iot** I am trying to developing an App with React Native and with private native SDK that use AWSIoT. When I am...