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

こ雲淡風輕ζ 提交于 2020-05-28 05:24:05

问题


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

Our two main concerns are :

  1. What is the data that will be sent to Fabric servers?
  2. Is there a possibility that it can send any sensitive data like accessKey/username/password etc.
  3. Does it have access to all the codes in our app?

回答1:


Mike from Fabric here. 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.

1) Take a look here where another individual has asked the question.

2) No, unless you choose to record this information using custom keys or logs. I strongly recommend never logging this information.

3) We do not have access to any source code. 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.




回答2:


As you know, Fabric is an analytical tool that mainly sends crashes and events to its server. You can define events that you want to send. It doesn't access to your secret data



来源:https://stackoverflow.com/questions/51279620/what-data-is-being-sent-to-the-fabric-server-fabric-crashlytics

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!