iPhone:AppStore 接受使用 YAJL 吗?
有谁知道在iOS上使用YAJL进行JSON解析是否被AppStore接受?
Does anyone know if using YAJL for JSON parsing on iOS is accepted by the AppStore?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Apple 不会阻止应用程序使用特定库,除非它们违反了 TOS。我之前在 iPhone 应用程序中使用过 YAJL,没有任何问题。
Apple doesn't block apps for using specific libraries unless they break the TOS. I have used YAJL in iPhone apps before without any problems.
我看不出有什么理由不这样。您需要作为 .a 而不是 .dylib 进行链接,或者将源代码包含在您的应用程序中。
您可能还想看看 TouchJSON http://github.com/schwa/TouchJSON
I don't see any reason why it wouldn't be. You need to link as a .a not .dylib or include the source in your app.
You might want to look at TouchJSON as well http://github.com/schwa/TouchJSON