iPhone:AppStore 接受使用 YAJL 吗?

发布于 2024-09-25 00:39:24 字数 44 浏览 3 评论 0原文

有谁知道在iOS上使用YAJL进行JSON解析是否被AppStore接受?

Does anyone know if using YAJL for JSON parsing on iOS is accepted by the AppStore?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

暖心男生 2024-10-02 00:39:24

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.

热情消退 2024-10-02 00:39:24

我看不出有什么理由不这样。您需要作为 .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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文