Yes, you can detect when iOS users uninstall your app using the Device Info API and Device Presence API (for bulk detection), by checking for the presence of the uninstalled
parameter returned by both APIs.
Note: Detection only occurs when you attempt to send a push notification to an iOS device which has uninstalled your app.