ios 您如何查看 TestFlight 崩溃日志?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/29728516/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How do you view TestFlight crash logs?
提问by Tech Geek
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?
有人知道吗?
回答by dogsgod
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.
可能需要一些时间并重新启动崩溃的应用程序才能显示日志。
回答by tzaloga
Well, I'm not sure if this will help, but it helped for me:
好吧,我不确定这是否会有所帮助,但它对我有所帮助:
Go to iTunesConnect -> My Apps and choose your app. Then in Versions section scroll to Version Release and check one of radio buttons (Automatically release this versionor Manually release this version)
转到 iTunesConnect -> 我的应用程序并选择您的应用程序。然后在版本部分滚动到版本发布并选中单选按钮之一(自动发布此版本或手动发布此版本)
If you have luck, all crash logs (old ones too) will apear in new Organizer's Crash window after few minutes (Xcode 6.3). Be sure to close Organizer's window and open it again after making changes in iTunesConnect.
如果幸运的话,几分钟后(Xcode 6.3)所有崩溃日志(旧的)都会出现在新的 Organizer's Crash 窗口中。在 iTunesConnect 中进行更改后,请务必关闭管理器的窗口并再次打开它。
回答by Josh Wolff
回答by Heider Sati
There are 2 places where you can see your crash logs (well, users testing your app):
您可以在 2 个地方查看崩溃日志(好吧,用户测试您的应用程序):
Method-1
方法一
1) Login to itunesconnect.apple.com
1) 登录itunesconnect.apple.com
2) Select "My Apps"
2) 选择“我的应用程序”
3) Chose your app from there
3)从那里选择您的应用程序
4) Select the "Test Flight" tab
4) 选择“试飞”选项卡
5) You should see the list of your app versions along with build etc
5)您应该看到您的应用程序版本列表以及构建等
6) Note down / remember the current (or live) one.
6)记下/记住当前(或实时)的。
7) On the same screen (left menu) notice you now have "Crashes" under "Feedback"
7) 在同一屏幕(左侧菜单)上,注意您现在在“反馈”下有“崩溃”
8) Select "Crashes", this will display all crashes to all of your testers
8) 选择“崩溃”,这将向所有测试人员显示所有崩溃
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
9) 请注意,信息不是完整的日志,而是您可以下载的内容,最后一列是用户对崩溃的原因/方式的反馈
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:
方法 2:
1) From XCODE:
1)来自Xcode:
2) Select Window -> Organiser (well; OrganiZer if you're a Yankee)
2) 选择 Window -> Organizer(好吧;如果您是 Yankee,则选择 OrganiZer)
3) This will give you a new screen with all your apps
3) 这将为您提供一个包含所有应用程序的新屏幕
4) Select the APP you need, and then select the "Crashes" tab from the top
4) 选择您需要的APP,然后从顶部选择“崩溃”选项卡
5) Select the version from the left menu, and this should give you more on these crashes
5)从左侧菜单中选择版本,这应该会给你更多关于这些崩溃的信息
6) Please note that: Unless the users agrees to "send Apple and it's 3rd Party (i.e. yourself) crash reports..." then you would not see anything here.
6) 请注意:除非用户同意“发送 Apple 及其第 3 方(即您自己)崩溃报告...”,否则您将看不到任何内容。
I hope this helps.
我希望这有帮助。
H
H