应用程序提交到App Store:开发者拒绝

发布于 2024-08-09 08:01:37 字数 140 浏览 3 评论 0原文

我已将我的应用程序的二进制文件提交给苹果应用商店。

但我没有配置APP ID。这会影响我的苹果提交申请吗?

我应该让开发人员拒绝吗?如果我这样做,我可以上传新的二进制文件吗?

请尽快回复我,我不希望我的申请被苹果拒绝。

I have submitted the binary file of my application to apple on appstore.

But I didn't configure the APP ID. Does it will affect my application for apple submission?

Should I do a developer reject and if I do that Can I upload the new binary ..?

Please reply me as soon as possible I don't want my application to get rejected by apple..

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

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

发布评论

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

评论(3

病毒体 2024-08-16 08:01:37

拒绝你自己的应用程序是一种仪式,它不会影响未来的提交。拒绝它,修复它,重新提交。

Rejecting your own app is a rite of passage, it won't hurt future submissions. Reject it, fix it, resubmit it.

高跟鞋的旋律 2024-08-16 08:01:37

在审核您的应用程序之前,必须纠正以下问题:

无效的二进制架构 - iOS 3.0 引入了对多种二进制架构的支持。如果您的二进制文件是针对多个体系结构构建的,则您的 Info.plist 必须具有至少为 3.0 的 MaximumOSVersion 键。此外,如果您的应用程序旨在支持早期的 iPhone 和 iPod touch 型号,则您的应用程序必须至少包含一个 armv6 二进制文件;仅“瘦”armv7 二进制文件将不被接受,除非 Info.plist UIRequiredDeviceCapability 项中也存在armv7 所需的设备功能,或者MinimumOSVersion 项的值为 4.3 或更高。

有关详细信息,请参阅技术问答 QA1707:http://developer .apple.com/iphone/library/qa/qa2010/qa1707.html

更正这些问题后,请转到“版本详细信息”页面并单击“准备上传二进制文件”。继续完成提交过程,直到应用程序状态为等待上传,然后使用应用程序加载器上传更正的二进制文件。

这个解决方案一定会帮助您在 iTunes 上上传您的应用程序。

Before your app can be reviewed, the following issues must be corrected:

Invalid Binary Architecture - iOS 3.0 introduced support for multiple binary architectures. If your binary is built for multiple architectures, your Info.plist must have a MinimumOSVersion key with a value of at least 3.0. Additionally, if your app is intended to support earlier iPhone and iPod touch models, your app must contain at least an armv6 binary; "thin" armv7-only binaries will not be accepted unless the armv7 required device capability is also present in the Info.plist UIRequiredDeviceCapabilities key or the MinimumOSVersion key has a value of 4.3 or higher.

For more information, see Technical Q&A QA1707 at: http://developer.apple.com/iphone/library/qa/qa2010/qa1707.html.

Once these issues have been corrected, go to the Version Details page and click Ready to Upload Binary. Continue through the submission process until the app status is Waiting for Upload and then use Application Loader to upload the corrected binary.

This Solution will surely help you to upload your App on iTunes.

手长情犹 2024-08-16 08:01:37

当你说你没有配置App ID时,你是指Bundle Identifier吗?拒绝二进制文件后,您可以替换它。请注意,开发人员拒绝会将您的应用程序移至队列的末尾

When you say you didn't configure the App ID, do you mean the Bundle Identifier? You can replace the binary once you reject it. Just note that a developer reject will move your app to the back of the queue

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