简体   繁体   English

获取有关Windows Phone的用户反馈

[英]Get user feedback on Windows Phone

I am building an application for Windows Phone. 我正在为Windows Phone构建应用程序。 Every time the user does something inside the application, I write stuff about that action on a "log" .txt file. 每次用户在应用程序中执行某项操作时,我都会在“ log” .txt文件中编写有关该操作的内容。 It also logs the crashes and the unhandled exceptions. 它还记录崩溃和未处理的异常。

How can I get the .txt from the user so that I can find and resolve possible errors / exceptions? 如何从用户那里获取.txt文件,以便我可以查找和解决可能的错误/异常?

I dont want to use the email composer task since the user may edit or modify it before sending it to me. 我不想使用电子邮件编写器任务,因为用户可以在将其发送给我之前对其进行编辑或修改。 I know I can encode / encrypt the data but im looking for something else. 我知道我可以编码/加密数据,但是我正在寻找其他东西。

Is there any other way to do that? 还有其他方法吗?

What I have in my mind is a button that when the user clicks it it connects to the internet and uploads the .txt on some ftp server. 我想到的是一个按钮,当用户单击它时,它将连接到Internet并将.txt上传到某些ftp服务器上。 or something similar 或类似的东西

you need your own server for that and after you can use http connexion. 为此,您需要自己的服务器,然后才能使用http connexion。 Or if you want something very easy, just put something like Flurry or Bugsense (free solution) on your application. 或者,如果您想要非常简单的东西,只需在应用程序上放置Flurry或Bugsense (免费解决方案)之类的东西即可

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM