I know Apple won't let you know user uninstalled your app.
My Problem
I have an old legacy SMS system to send alert Short Message to end user. Most of these messages are serious. Bottleneck is the GSM module has limitation when send hundreds SMS users simultaneously. Delay is inevitable.
Thus, I build a new alert system to send push notification to my users, if they installed my app. After register their phone number, their SMS Alert will be switched into new alert system.
Problem is some old school users prefer SMS rather than push notification. They download the app, and register their phone number. Then, they found their phone doesn't have 3G data plan. They deleted the app without un-register their phone number.
My new system has no idea who deleted app without unregister phone number. All serious alert messages still keep sending into the nonexistent app one their phones.
My Question
Is there any smart idea or mechanism can detect user have deleted my app?