gpt4 book ai didi

ios - HockeyApp SDK 集成到 PULL 崩溃日志

转载 作者:行者123 更新时间:2023-11-29 12:28:15 25 4
gpt4 key购买 nike

HockeyApp 有自己的 iOS SDK允许您执行以下操作

The SDK allows testers to update your app to another beta versionright from within the application. It will notify the tester if a newupdate is available. The SDK also allows to send crash reports. If acrash has happened, it will ask the tester on the next start whetherhe wants to send information about the crash to the server.

现在我想要实现的是创建一个独立的 iOS 应用程序,它可以帮助您提取所有符合特定版本和操作系统标准的崩溃日志(eq iOS build #567)。

在深入研究时,我发现了 public API可以实现所需的结果,但需要很长时间才能完成。

  1. 第 1 步获取特定构建版本的信息 curl -L -H“X-HockeyAppToken:API_TOKEN”
    https://rink.hockeyapp.net/api/2/apps/APP_ID/app_versions
  2. 第 2 步如果我们想提取特定构建的所有崩溃原因版本 curl -L -H "X-HockeyAppToken: API_TOKEN"
    https://rink.hockeyapp.net/api/2/apps/APP_ID/app_versions/2/crash_reasons
  3. 第 3 步 - 遍历所有崩溃组,如果崩溃计数 > 0然后拉下该组中的崩溃 curl -L -H“X-HockeyAppToken:API_TOKEN”
    https://rink.hockeyapp.net/api/2/apps/APP_ID/crash_reasons/24365370
  4. 第 4 步 - 现在通过以下方式获取特定崩溃的帐户信息传递崩溃 ID curl -L -H "X-HockeyAppToken: API_TOKEN"
    https://rink.hockeyapp.net/api/2/apps/APP_ID/crashes/2293834022?format=text

Question

有没有办法使用官方 HockeyApp SDK 实现相同的目的?我有这个问题的原因是 BITFeedbackListViewController 确实有获取反馈/崩溃的实现。我什至怀疑这些是否应该用于降低 iOS 应用程序的崩溃。

有没有人尝试过实现我正在尝试的目标?如果是,一些建议可能真的有助于实现这一点。

My next step is going to be JIRA integration to MAP - the crashes toJIRA tickets.and hence pulling the crashes down in the application is important.NOTE: JIRA-Mobile-Connect tag is added as this is the second step related to the question asked here. Please do not remove

最佳答案

  1. 您应该联系 HockeyApp 支持。
  2. 您的问题的答案是:否。
  3. SDK 的设计、实现旨在向服务器发送崩溃报告,而不是相反。
  4. SDK 中的反馈系统与崩溃报告无关。
  5. 您需要使用公共(public) API 为您想要执行的操作实现您自己的逻辑。
  6. 对于发送到 HockeyApp 的您自己的应用程序的崩溃,您可以在网站上连接您的 Jira 实例并从那里创建票证,而无需额外的应用程序。

关于ios - HockeyApp SDK 集成到 PULL 崩溃日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28442846/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com