iPhone 应用程序提交问题

发布于 2024-09-17 23:43:23 字数 383 浏览 5 评论 0原文

我已经提交了我的第一个应用程序并且已获得批准。但我有几个问题想请教一下我应该做什么。

  1. 我的应用程序中的一个图像/图标在我的分布式二进制文件中正确显示(在 xcode 的调试模拟器中运行),但在从应用程序商店下载的应用程序上它根本不显示?< /p>

  2. iPad 在应用商店搜索中无法看到我的应用?

  3. 运行我的应用程序需要 IOS 4。我如何更改它以便它也可以在 IOS 3 上运行?如果我使其与 IOS 3 兼容,这是否意味着它根本无法在后台运行(即,当关闭我的应用程序并返回到它时,它将重新启动整个应用程序)

还有谁知道是否提交更新审核过程比提交全新的应用程序更快吗?

预先感谢您的帮助

Ive submitted my first app and it has been approved. But I have a few issues that i'd like to ask what I should do about.

  1. One of my images/icons that I have in my app showed correctly in my distributed binary at my end (running it in debug simulator from xcode) but on the app downloaded from the app store it is not showing at all?

  2. IPads cannot see my app in their search of the app store?

  3. IOS 4 is needed to run my app. How do i change it so that it can be run on IOS 3 aswell? And if i make it IOS 3 compatible does this mean that it cannot be run in the background at all (i.e. when the close out of my app and go back into it will it restart the entire app)

Also does anyone know whether submitting an update is quicker in the review process than submitting a entirely new app?

Thanks in advance for your help

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

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

发布评论

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

评论(1

菊凝晚露 2024-09-24 23:43:23
  1. 这是一个质量检查问题。模拟器就是这样,如果您想确保您的应用程序在硬件上按照您的预期运行,那么您需要在硬件上检查它。有些图像实例可以在模拟器上解码,但不能在硬件上解码。

  2. iPad 目前仅运行 iOS 3.2,因此,如果您的应用在 4.0 上运行,则不会在 iPad 上显示。

  3. 请参阅 2,不,您在 3.2 中没有多任务处理,因此您需要确保您的应用程序状态在原子启动时保持不变。您需要在应用程序中删除/有条件地编译任何仅限 4.0 的 API。如果这是一个问题,请等到 11 月左右。

  4. 也许,视情况而定,可能不会。更新/新提交的准备时间约为 8 天 +/- YMMV。

  1. Thats a QA issue. The simulator is just that and if you want to be sure that your App runs as you expect on hardware then you need to check it on hardware. There are instances of images that decode on simulator but not on hardware.

  2. iPad only runs iOS 3.2 at the mo so if your app runs on 4.0 it wont show up for iPad.

  3. See 2 and no you dont have multitasking in 3.2 so you need to make sure your app state persists across atomic launches. You'll need to remove/conditionally compile any 4.0 only API in your App. If thats a problem wait until November-ish.

  4. Maybe, depends, probably no. Lead time on update/new submission is around 8 days +/- YMMV.

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