Open diode02 opened 1 year ago
SDK version: 2.8.1
Could you add a link to the release page to make sure you are referencing the correct version and SDK?
SDK version: 2.8.1
Could you add a link to the release page to make sure you are referencing the correct version and SDK?
Got it, you mean the LiveQuery SDK version. We are preparing to move this to main iOS SDK, hence I wasn't sure. What is the error you are getting; any logs on the server side or SDK side?
The server is performing totally normally, and android is receiving live query events but IOS is not receiving any event related to update/create. No error of any kind.
Is the socket connection established between server and app?
How about this issue? We met the same problem with iOS-OSX SDK(version 2.7.3). https://github.com/parse-community/Parse-SDK-iOS-OSX/releases
And we can see following log message.
ParseLiveQuery: WebSocket viability changed to viable
It seems the socket connection has established.
New Issue Checklist
Issue Description
Parse live query is not receiving updates when I have updated the parse server to version 6.0. It works fine with version 5 but as soon as we switch to version 6, it stops working. Also, version 6 works fine with Android but not working with IOS.
Steps to reproduce
Actual Outcome
Expected Outcome
Environment
Server
Database
Client
Logs