firebase Analytics : Android app uninstall stats

蓝咒 提交于 2019-12-01 06:59:51

问题


I installed Firebase SDK and add below two lines to MainActivity.java

private FirebaseAnalytics mFirebaseAnalytics;
mFirebaseAnalytics = FirebaseAnalytics.getInstance(this);

I need uninstall stats (app_remove event) - like which device user uninstalled the app. Do I need to add more firebase api or is this setup enough?


回答1:


To get the app_remove stats, there is no need to add any Java code. Whenever user uninstalls an app, it gets updated in the console under events section.



来源:https://stackoverflow.com/questions/39239646/firebase-analytics-android-app-uninstall-stats

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