If an app was installed on a device and then uninstalled, is there a way of determining this using the APN feedback service?
The feedback service is documented as saying its possible to know devices which aren’t responding to notifications, but is additional information included, such why its not responding and when it first started non responding etc.?
Is there any way of determining if an app has been uninstalled? Or of knowing if an app is present of absent from a device?
Thanks
In short, no there isn’t a way to determine if an app has been uninstalled.
See my answer to this question which might help:
Basically, yes you could use the feedback service of APNS but it wouldn’t conclusively tell you if a device had been uninstalled. If you need to know this then you’re unfortunately going to have to change the way you’re going about things as it’s impossible to know (at present).