我的 iPad 应用程序会因为使用 Tapku 库而被应用程序商店拒绝吗?

发布于 2024-09-01 13:01:25 字数 277 浏览 5 评论 0 原文

我想使用 Tapku 库 将日历日期选择器控件添加到我的 iPad 应用程序中。我是 iPhone 操作系统开发的新手,对于识别导致我的 iPad 应用程序被应用程序商店拒绝的第 3 方工具和代码仍然很生疏。对于那些使用过 Tapku 库的人来说,在我的 iPad 应用程序中使用它会违反任何应用程序商店规则吗?

预先非常感谢您的帮助。我现在要继续研究这个问题。

I'd like to use the Tapku library to add a calander date picker control to my iPad app. I'm new to iPhone OS development and I'm still rusty on identifying the 3rd party tools and code that will get my iPad app denied from the app store. For those that have used the Tapku library, would using it in my iPad app violate any app store rules?

Thanks so much in advance for your help. I'm going to continue researching this question right now.

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

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

发布评论

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

评论(1

未央 2024-09-08 13:01:25

使用第三方框架应该不会有任何问题。关于新内容和新内容有很多猜测,但从我所读到的情况来看,框架并未包含在许可证变更中。

应用程序必须最初是用 Objective-C、C、C++ 或 JavaScript 编写的,由 iPhone OS WebKit 引擎执行,并且只有用 C、C++ 和 Objective-C 编写的代码可以编译并直接链接到记录的 API (例如,禁止通过中间翻译或兼容层或工具链接到记录的 API 的应用程序)

Tapku(据我所知)是用 Objective-C 编写的,所以我不认为违反了上述规定。该协议的修改主要针对 Adobe 的 iPhone PackagerMonotouch

另一方面,不要太担心您的应用程序是否会被拒绝。阅读 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.

Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and only code written in C, C++, and Objective-C may compile and directly link against the Documented APIs (e.g., Applications that link to Documented APIs through an intermediary translation or compatibility layer or tool are prohibited)

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.

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