iPhone 4 启动时间歇性崩溃

发布于 2024-10-18 21:47:05 字数 297 浏览 0 评论 0原文

我的应用程序商店中有两个应用程序,一些用户在使用它们时遇到了问题。他们报告说,当他们加载应用程序时,它崩溃了几次,但随后他们可以加载它。奇怪的是我从未见过这种行为。我一直在测试3.1.3中的应用程序,而用户都使用iOS 4。

我怀疑这是一个网络超时问题,但我不能确定,因为我看不到他们的崩溃日志。另一种可能是内存问题,因为 3.1.3 没有多任务处理,而 4 有。许多后台应用程序会导致崩溃吗(我已经看到它会降低 iPhone 的速度。)

我希望我可以提供一些代码,但由于我没有崩溃,所以我不知道从哪里开始寻找。有人对可能导致此问题的原因有建议吗?

I have two apps that are in the app store with which a couple of users are having problems. They report that when they load the app it crashes several times but then they can load it. The curious part is that I have never seen this behavior. I have been testing the apps in 3.1.3 while the users have all been using iOS 4.

I suspect that it is a network timeout issue, but I cannot be sure since I cannot see their crash logs. An alternative might be a memory issue since 3.1.3 does not have multitasking while 4 does. Would many apps in background cause a crash (I have seen it slow an iPhone down.)

I wish I could provide some code but since I don't have the crashes I wouldn't know where to start looking. Does anyone have a suggestion as to what might be causing this?

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

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

发布评论

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

评论(1

若言繁花未落 2024-10-25 21:47:05

首先,为什么不在当前操作系统上进行测试?根据 Apple 的指南(和良好实践),您应该针对最新发布的 SDK(当前为 iOS 4.2)进行测试和构建。

如果您还没有下载最新的 SDK,我会下载并在模拟器中测试您的应用程序。如果这不能模拟崩溃,那么请将您的设备升级到 4.2,或者找一个可以在安装了 4.x 的设备上进行测试的人。

您可以在此处发布您的 applicationDidFinishLaunching 方法,我们将看看是否可以提供帮助。

此外,您应该能够从 iTunes Connect 下载崩溃报告。希望您已将发行版本存档以进行符号化。

First, why are you not testing on the current OS? Per Apple's guidelines (and good practice) you should be testing and building for the latest released SDK (currently iOS 4.2).

I would download the newest SDk if you haven't already and test your app in the Simulator. If that doesn't simulate the crash, then either upgrade your device to 4.2 or find someone who can test it on their device with 4.x installed.

You can post your applicationDidFinishLaunching method here and we'll see if we can help.

Also, you should be able to download crash reports from iTunes Connect. Hopefully, you archived your distribution build for symbolication.

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