I have an iOS app that now cannot connet to websocket servers when building with new SDKs

I have an iOS app that now cannot connet to websocket servers when building with new SDKs.

The app that i have deployed in appstore can connect to the existing websocket servers we use but when i build the same code with the new SDKs (Nex XCode) the app connects to the websocket server and then disconnect right after that so no messages are received and no messages are sent.

What has changed and what do i need to change in the app? Or do i need to change somehing else somewhere else?

There are many different potential causes for this, so it’s hard to offer a concrete suggestion as to why this is failing. My advice is that you debug your code to see where things are going wrong. Once you have a rough idea of what’s failing, we may be able to advice more concrete suggestions.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I have an iOS app that now cannot connet to websocket servers when building with new SDKs
 
 
Q