iPhone 应用程序的 JSONKit?
如果我们使用 JSONKit 从 php 文档中解析 JSON,苹果会选择不允许应用程序进入应用程序商店吗?我想使用 JSONSerialized 但那是针对 ios5 的,我不会这样做而疏远 3gs 上的 ios4 成员。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以在 iPhone 应用程序中使用 JSONKit。苹果不会据此拒绝它。
它使用的是让他们感到不安的私有 API。 :)
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. :)
不需要。您可以导入自己的类或库来解析您想要的 JSON。只要您不使用 Apple API 中未记录的任何内容,就可以了。这些都是成熟的解析器。不用担心。
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.
不,他们可能无法知道您在应用程序中使用了哪些源文件。 JSONKit 根据 BSD 许可证 获得许可,允许重新分发;
允许以源代码和二进制形式重新分发和使用
前提是上述版权声明...
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...