You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
@aholzer Which version os iOS are we talking about? I'm guessing less then iOS 5 ... otherwise it would use NSJSONSerialization and not fall to JSONKit...
When validating my app, apple responds with the following warning:
The app references non-public symbols in Payload/.... decoder
It is related to this code in
SocketIOJSONSerialization.m
:if (serializer) { return [[serializer decoder] objectWithData:data]; }
once I removed that code, the app passed the validation process.
The text was updated successfully, but these errors were encountered: