Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果有人在 iphone 应用程序中使用了 TBXml 解析器而没有任何内存泄漏,它会被苹果批准吗?因为它是第三方实用程序。
因为它是一个源文件并且你正在将它编译到你的项目中,是的,它应该没问题。Apple 不赞成使用与您在此处使用的不同的第三方框架。
-- 编辑 -- 我做了一些非常相似的事情,但是使用 JSON 和 ASI 并且应用程序进入商店没有任何问题。如果他们的许可证需要,请确保您提供此源代码的归属,但是,Apple 似乎根本没有检查这一点。