Question

Will apple choose to not allow an app to go to the app store if we use JSONKit to parse JSON's from our php document? I would like to use JSONSerializable but that is for ios5 and I am not going to alienate ios4 members on 3gs by doing that.

Was it helpful?

Solution

You can use JSONKit in an iPhone app. Apple will not reject it based on that.

It's using private APIs they get upset about. :)

OTHER TIPS

No. You can import your own class or library to parse JSON that you want. So long as you aren't using anything within Apple API's that are undocumented, you will be more than fine. Those are all well established parsers. No worries.

Nope, assumably they are unable to tell what source files you use in your application. JSONKit is licensed under the BSD License which allows redistribution;

Redistribution and use in source and binary forms are permitted provided that the above copyright notice...

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top