I've been trying to monitor the numbers of uninstall but couldn't find a reliable way.
- I tried to check with APNS status but apple doesn't provide any status in response.
- I tried to find any API (to get number of uninstalls) provided by apple but still no luck.
- I started tracking for inactive users but it still is not 100% accurate and it only gives me inactive users.
- There is no delegate method which fires when the app is being deleted.
- No uninstall information in appstore sales and trends as well.
Later I checked AppsFlyer is providing this capability to track numbers of uninstalls.
Can anyone explain how reliable is AppsFlyer uninstall tracking and why ?

