我的 iPad 应用程序会因为使用 Tapku 库而被应用程序商店拒绝吗?
我想使用 Tapku 库 将日历日期选择器控件添加到我的 iPad 应用程序中。我是 iPhone 操作系统开发的新手,对于识别导致我的 iPad 应用程序被应用程序商店拒绝的第 3 方工具和代码仍然很生疏。对于那些使用过 Tapku 库的人来说,在我的 iPad 应用程序中使用它会违反任何应用程序商店规则吗?
预先非常感谢您的帮助。我现在要继续研究这个问题。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用第三方框架应该不会有任何问题。关于新内容和新内容有很多猜测,但从我所读到的情况来看,框架并未包含在许可证变更中。
Tapku(据我所知)是用 Objective-C 编写的,所以我不认为违反了上述规定。该协议的修改主要针对 Adobe 的 iPhone Packager 和 Monotouch。
另一方面,不要太担心您的应用程序是否会被拒绝。阅读 iPhone 人机界面指南并使用他们的标准 API,你会做得很好。如果您确实被拒绝,他们通常会给您详细的解释。
You shouldn't have any trouble using a 3rd party framework. There's a whole lot of speculation going around about what's in and out, but from what I've read frameworks are not included in the license change.
Tapku (as far as I know) is written in Objective-C, so I don't see a violation of the above. The modifications to the agreement mostly address frameworks like Adobe's iPhone Packager and Monotouch.
On another note - don't worry too much about whether your app will get rejected or not. Read the iPhone Human Interface Guidelines and use their standard API and you'll do fine. If you do get rejected they will normally give you a detailed explanation why.