简体   繁体   English

哪些数据正在发送到Fabric服务器? [面料/速溶剂]

[英]What data is being sent to the Fabric server ? [Fabric/Crashlytics]

We are working on a restricted Banking iOS/Android App and before integrating Fabric.io to our app we need to know what data will be sent to Fabric cloud 我们正在开发一个受限制的Banking iOS / Android应用程序,在将Fabric.io集成到我们的应用程序之前,我们需要知道什么数据将发送到Fabric云

Our two main concerns are : 我们的两个主要问题是:

  1. What is the data that will be sent to Fabric servers? 将发送到Fabric服务器的数据是什么?
  2. Is there a possibility that it can send any sensitive data like accessKey/username/password etc. 它是否可以发送任何敏感数据,例如accessKey / username / password等。
  3. Does it have access to all the codes in our app? 它可以访问我们应用程序中的所有代码吗?

As you know, Fabric is an analytical tool that mainly sends crashes and events to its server. 如您所知,Fabric是一种分析工具,主要将崩溃和事件发送到其服务器。 You can define events that you want to send. 您可以定义要发送的事件。 It doesn't access to your secret data 它无法访问您的秘密数据

Mike from Fabric here. 来自Fabric的Mike。 We collect just the minimum amount of data to provide you with high quality crash reporting. 我们仅收集最少量的数据,以为您提供高质量的崩溃报告。 Many apps from the banking and financial industries use Crashlytics without any issue. 来自银行和金融业的许多应用程序都使用Crashlytics毫无问题。

1) Take a look here where another individual has asked the question. 1) 这里看看另一个人提出的问题。

2) No, unless you choose to record this information using custom keys or logs. 2)否,除非您选择使用自定义键或日志记录此信息。 I strongly recommend never logging this information. 强烈建议不要记录此信息。

3) We do not have access to any source code. 3)我们无权访问任何源代码。 A dSYM on iOS or mapping file on Android is uploaded in order for us to map back from the un-symbolicated crash report to an accurate crash. 上载了iOS上的dSYM或Android上的映射文件,以便我们将未符号化的崩溃报告映射回准确的崩溃。

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

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