How do I Track App Uninstall / Remove Events for iOS using Firebase?

前端 未结 2 1453
不思量自难忘°
不思量自难忘° 2021-02-08 22:21

I need to get monthly uninstall count for iOS using Firebase. I know that for Android, there\'s app_remove event that I can use even if it\'s not really accurate, but it\'s enou

2条回答
  •  被撕碎了的回忆
    2021-02-08 23:08

    Apple has added the deletion metrics recently by which we can see the number of uninstalls. We can add filters to find uninstalls for geographic range, app versions, by device and so on. For reference: in iTunes connect app analytics in metrics under usage we can see the deletions.

    Link : https://developer.apple.com/app-store-connect/whats-new/?id=iosdeletions

提交回复
热议问题