简体   繁体   English

您如何查看 TestFlight 崩溃日志?

[英]How do you view TestFlight crash logs?

I have submitted my app to TestFlight and i have deliberately made the app on my device crash, but i don't see where i can see these crash logs.我已将我的应用程序提交给 TestFlight,并且我故意使我的设备上的应用程序崩溃,但我看不到在哪里可以看到这些崩溃日志。

BTW i want to see other people's crash logs on the app, not the one in the settings menu.顺便说一句,我想在应用程序上查看其他人的崩溃日志,而不是设置菜单中的崩溃日志。

Anyone know?有人知道吗?

In Xcode 6.3 crash logs have moved into Organizer window.在 Xcode 6.3 中,崩溃日志已移入管理器窗口。

It might take some time and a restart of the crashed apps for the logs to show.可能需要一些时间并重新启动崩溃的应用程序才能显示日志。

Expanding on @dogsgod and responding to @KevinLeStarge's comment.扩展@dogsgod并回应@KevinLeStarge 的评论。

  1. Open Xcode打开 Xcode
  2. Go to: Window -> Organizer转到:窗口 -> 管理器
  3. Click the "Crashes" Tab单击“崩溃”选项卡

Here's an example:下面是一个例子:

崩溃日志示例

There are 2 places where you can see your crash logs (well, users testing your app):您可以在 2 个地方查看崩溃日志(好吧,用户测试您的应用程序):

Method 1: via itunesconnect.apple.com方法一:通过itunesconnect.apple.com

  1. Login to itunesconnect.apple.com登录 itunesconnect.apple.com

  2. Select "My Apps"选择“我的应用”

  3. Chose your app from there从那里选择您的应用程序

  4. Select the "Test Flight" tab选择“试飞”选项卡

  5. You should see the list of your app versions along with build etc您应该看到您的应用程序版本列表以及构建等

  6. Note down / remember the current (or live) one.记下/记住当前(或实时)的。

  7. On the same screen (left menu) notice you now have "Crashes" under "Feedback"在同一个屏幕(左侧菜单)上,注意您现在在“反馈”下有“崩溃”

  8. Select "Crashes", this will display all crashes to all of your testers选择“崩溃”,这将向所有测试人员显示所有崩溃

  9. Notice the info isn't the full log, but something you can download with the last column being the user's feedback on what/how it crashed请注意,信息不是完整的日志,而是您可以下载的内容,最后一列是用户对崩溃原因/方式的反馈

Usually a user would get a message saying "Sorry, app-xxx crashed" and ask him to comment, that's your last column here, also they can submit a screenshot which can be select on the left menu in the same way.通常用户会收到一条消息说“对不起,app-xxx 崩溃了”并要求他发表评论,这是您在这里的最后一栏,他们也可以提交屏幕截图,可以在左侧菜单中以相同的方式选择。

Method 2: from XCODE方法 2:来自 XCODE

  1. From XCODE:来自 XCODE:

  2. Select Window -> Organiser (well; OrganiZer if you're a Yankee)选择 Window -> Organizer(好吧;如果你是洋基人,OrganiZer)

  3. This will give you a new screen with all your apps这将为您提供一个包含所有应用程序的新屏幕

  4. Select the APP you need, and then select the "Crashes" tab from the top选择您需要的APP,然后从顶部选择“崩溃”选项卡

  5. Select the version from the left menu, and this should give you more on these crashes从左侧菜单中选择版本,这应该会为您提供有关这些崩溃的更多信息

  6. Please note that: Unless the users agrees to "send Apple and it's 3rd Party (ie yourself) crash reports..." then you would not see anything here.请注意:除非用户同意“发送 Apple 及其第 3 方(即您自己)的崩溃报告...”,否则您将看不到任何内容。

I hope this helps.我希望这有帮助。

Well, I'm not sure if this will help, but it helped for me:好吧,我不确定这是否会有所帮助,但它对我有所帮助:

Go to iTunesConnect -> My Apps and choose your app.转到 iTunesConnect -> 我的应用程序并选择您的应用程序。 Then in Versions section scroll to Version Release and check one of radio buttons ( Automatically release this version or Manually release this version )然后在版本部分滚动到版本发布并选中单选按钮之一(自动发布此版本手动发布此版本

If you have luck, all crash logs (old ones too) will apear in new Organizer's Crash window after few minutes (Xcode 6.3).如果幸运的话,几分钟后(Xcode 6.3)所有崩溃日志(旧的)都会出现在新的 Organizer's Crash 窗口中。 Be sure to close Organizer's window and open it again after making changes in iTunesConnect.在 iTunesConnect 中进行更改后,请务必关闭管理器的窗口并再次打开它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在 Xcode 或 iTunes 连接上获取 Testflight 外部测试人员的崩溃日志? - How to get crash logs of Testflight external testers on Xcode or iTunes connect? Xcode提供了TestFlight应用程序的崩溃报告……但是我怎么读呢? - Xcode gives crash reports for TestFlight app… but how do I read it? 在预发布测试中如何从TestFlight应用程序检索崩溃日志 - How to retrieve crash logs from TestFlight app in Pre-release testing 如何手动标记iOS崩溃以查看崩溃日志 - How to Manually Symbolicate iOS Crash to View Crash Logs 如何在崩溃日志中包含崩溃的原因? - How do I include the reason for the crash in crash logs? TestFlight 是如何做到的? - How does TestFlight do it? 如何在设备上查看Apple Watch崩溃日志(不使用Xcode) - How to view Apple Watch Crash logs on device (without Xcode) TestFlight 的所有新版本在发布时突然开始崩溃,并且在 Crashlytics 上没有崩溃日志 - All new builds from TestFlight Suddenly started crashing on launch and with no Crash Logs on Crashlytics 如何从 Xcode 6.3 中的设备访问 TestFlight Beta 分布式应用程序的崩溃报告而不是 .ips.beta 文件? - How do I access crash reports instead of .ips.beta files for a TestFlight Beta-distributed app from device in Xcode 6.3? 如何使用Apple的TestFlight访问测试版设备日志 - How to get access to beta device logs using Apple's TestFlight
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM