应用程序在 3GS 设备上崩溃

发布于 2024-12-29 02:51:56 字数 146 浏览 3 评论 0 原文

我有 iPhone 4 设备并在其上测试了我的应用程序,它工作得很好,但是当我将应用程序发送给拥有 iPhone 3GS 的客户时,它在某些特定视图中崩溃。
我的问题是我可以在 3GS 上测试我的应用程序吗没有像模拟器一样的真实设备?我也可以看到客户端设备的崩溃设备日志。

I have iPhone 4 device and tested my app on it and it works perfectly fine, but when I sent app to my client having iPhone 3GS, its crashes at some particular view.
My question is that can I test my app on 3GS without real device like on simulator?,Also am I able to see the crash device logs of my client device.

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

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

发布评论

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

评论(2

终陌 2025-01-05 02:51:56

首先,您必须从客户端获取崩溃日志,因为可能是您编译了构建,您的 XCode 将能够对其进行符号化。然后应该很容易找到崩溃的线路。

您还可以尝试使用模拟器重现崩溃,但请记住,它与真实设备不完全相同,因此,它可能在模拟器上运行,而不是在真实设备上运行。

您可以拥有这样的日志: http://www.iphonedevsdk.com/forum/iphone-sdk-development/55116-how-get-crash-logs-data-iphone-os-ios.html

询问您的客户这样做。

First you have to get the crashlog from your client, as it was probably you who compiled the build, your XCode will be able to symbolicate it. Then it should be easy to find the line wich crashs.

You can also try to reproduce the crash with the emulator, but keep it mind that it's not exactly the same as a real device, So, it may work on the emulator and not on a real device.

You can have the logs like that : http://www.iphonedevsdk.com/forum/iphone-sdk-development/55116-how-get-crash-logs-data-iphone-os-ios.html

Ask your client to do so.

临走之时 2025-01-05 02:51:56

使用 https://testflightapp.com/ 查看应用程序的日志。

Use https://testflightapp.com/ for see logs from app.

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