fabric-answers

How to get the event count for the current Android user using Fabric's Answers or Google Analytics?

。_饼干妹妹 提交于 2020-07-23 10:20:06
问题 I have an app logging a custom event into Fabric's Answers as follows: Answers.getInstance().logCustom(new CustomEvent("AnEvent"); Using Answers API for apps, is it possible to query the total number of occurences of this event for the current user ? If not possible with Answers, is it possible with Google Analytics for Firebase ? 回答1: I had run into the same problem. It appears this will now need to be done with Firebase Analytics and not the new crashlytics within Firebase. I previously was

How to get the event count for the current Android user using Fabric's Answers or Google Analytics?

让人想犯罪 __ 提交于 2020-07-23 10:19:58
问题 I have an app logging a custom event into Fabric's Answers as follows: Answers.getInstance().logCustom(new CustomEvent("AnEvent"); Using Answers API for apps, is it possible to query the total number of occurences of this event for the current user ? If not possible with Answers, is it possible with Google Analytics for Firebase ? 回答1: I had run into the same problem. It appears this will now need to be done with Firebase Analytics and not the new crashlytics within Firebase. I previously was

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 : What is the data that will be sent to Fabric servers? Is there a possibility that it can send any sensitive data like accessKey/username/password etc. 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

Using Firebase Crashlytics and Fabric Answers

六月ゝ 毕业季﹏ 提交于 2019-12-21 11:14:10
问题 I would like to use Firebase Crashlytics and Fabric Answers together. According to this link, in order to setup Fabric Answers, we need to include Fabric API key. This link doesn't mention any need for Fabric API key for implementing Firebase Crashlytics. After some test, I found out that Firebase Crashlytics only works without Fabric API key in AndroidManifest as mentioned in this part of the documentation. On the other hand, Fabric Answers only works with Fabric API key in AndroidManifest.