如何允许用户为我的 iOS 应用程序提供反馈和提交错误报告? [英] How can I allow users to give me feedback and submit bug reports for my iOS app?

查看:23
本文介绍了如何允许用户为我的 iOS 应用程序提供反馈和提交错误报告?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我向应用商店提交了我的第一个免费 iPhone 应用,用户抱怨我从未见过的错误,我也无法重现.在将 iOS 应用部署到应用商店后,开发者如何允许他们的用户发送反馈以及收集错误/崩溃报告?

I submitted my first free iPhone app to the app store and users are complaining about bugs I've never seen, nor can I reproduce. How do developers allow their users to send feedback, as well as collect bug/crash reports for their iOS apps after they've been deployed to the app store?

非常感谢您的帮助!

推荐答案

最好的解决方案是...

The best solution is to...

首先,将所有日志写入轮换文件日志.然后创建一个 ViewController(可能与设置屏幕一起),它有一个文本区域,用户可以在其中描述错误.单击提交按钮后,将获取当前日志以及所有相关电话信息,并将其发送到您的支持电子邮件地址.

First, write all your logs to a rotating file log. Then create a ViewController (maybe along with the settings screen) that has a text area where users can give a description of the bug. When the click the submit button take the current log, along with any pertinent phone information, and send it to your support email address.

这篇关于如何允许用户为我的 iOS 应用程序提供反馈和提交错误报告?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆