Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Validation warning due to non-public "decoder" symbol #127

Open
aholzer opened this issue Sep 27, 2013 · 6 comments
Open

Validation warning due to non-public "decoder" symbol #127

aholzer opened this issue Sep 27, 2013 · 6 comments
Assignees

Comments

@aholzer
Copy link

aholzer commented Sep 27, 2013

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.

@ghost ghost assigned pkyeck Sep 27, 2013
@pkyeck
Copy link
Owner

pkyeck commented Sep 27, 2013

I'll have a look at it. thanks for the heads-up.

@freak4pc
Copy link

freak4pc commented Oct 2, 2013

@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...

Do you even have JSONKit enabled there?

@aholzer
Copy link
Author

aholzer commented Oct 3, 2013

@freak4pc the app is iOS 7 ready and compatible back to iOS 6.1

@ngzhongcai-zz
Copy link

I'm reporting the same issue. But I just submit to apple anyways

Sent from my iPhone

On 3 Oct, 2013, at 2:51 pm, "Adrian Holzer" [email protected] wrote:

@freak4pc the app is iOS 7 ready and compatible back to iOS 6.1


Reply to this email directly or view it on GitHub.

@nullco
Copy link

nullco commented Nov 14, 2013

Same problem here, did it pass the apple review for you? @ngzhongcai

@ngzhongcai-zz
Copy link

Yeah, no issues

Sent from my iPhone

On 15 Nov, 2013, at 6:16 am, "nullco" [email protected] wrote:

Same problem here, did it pass the apple review for you? @ngzhongcai


Reply to this email directly or view it on GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants