0

I want to know how to track uninstallation of the app, I know that with the Firebase we can get the total number of same. But not which is required by me.

Please let me know if there is any other SDK or could it be handle by the google analytics or FCM analytics.

KENdi
  • 7,576
  • 2
  • 16
  • 31
Gopal Devra
  • 787
  • 9
  • 15

1 Answers1

0

There are lot of tools available individually on ios and on android, if you are looking for a common tool, you Should Use FireBase Analytics https://support.google.com/firebase/answer/6317485?hl=en

Look for event - app_remove.

Firebase can be used in both iOS and Android and you can also log custom events to get specific information that you need.

Also refer to this link https://firebase.google.com/docs/reference/ios/firebaseanalytics/api/reference/Classes/FIRAnalytics

Amod Gokhale
  • 2,346
  • 4
  • 17
  • 32
  • but how will I know whether a particular user is uninstalled or not. with some id or token where I can track it – Nabeel K Feb 28 '18 at 06:55