问题描述
我刚刚在 App Store 上发布了一个应用程序,但对于某些用户来说,该应用程序会崩溃.我无法重现此问题,因此我想知道是否有任何方法可以从用户那里获取崩溃报告,以便我了解应用程序崩溃的原因.
I have just released an application on the App Store but for some users the app will crash. I am not able to reproduce this problem and therefore I was wondering if there is any way to get a crash report from the user so that I can get an idea of why the app will crash.
推荐答案
作为一名非常兼职的 iOS 开发人员并且拥有一个没有太多进展的小应用程序,我直到最近才有理由尝试查找崩溃日志.谷歌把我带到了这个非常古老的线程.
Being only a very part-time iOS developer and having a small app that doesn't have too much going on, I've not until recently had cause to try and find crash logs. Google led me to this very old thread.
以防万一其他人最终陷入同样的疯狂追逐 - 在撰写本文时(2018 年年中),iTunes Connect 已重建为 App Store Connect,并且在门户网站中,您只能看到 数量 的崩溃等等.要从 Apple 服务器下载能源使用情况和崩溃报告日志,您实际上要转到 XCode.窗口
->组织者
->Energy
或 Crashes
标签.
Just in case anyone else ends up on the same wild goose chase - at the time of writing (mid-2018) iTunes Connect has been rebuilt as App Store Connect and, in the web portal, all you can see is number of crashes and so-forth. To download energy usage and crash report logs from Apple servers, you actually go to XCode. Window
-> Organizer
-> Energy
or Crashes
tab .
这篇关于App Store 上的应用程序崩溃报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!