We have integrated CleverTap in our Android and iOS Apps.My question is how is app uninstall getting tracked on Android specifically ? there is no documentation fully explaining the methodology of uninstall tracking.
As per the Uninstall detection documentation, it says that if we are parsing the GCM payload then we have to check whether "nm" parameter is storing any data or not, failing to put this conditional check would result in empty notifications.
Does the above explanation means that CleverTap on its own accord is sending out blank notifications to all our platform users to check whether the notification is getting delivered or not, hence reaching to the conclusion of App Uninstall ?
Note : We experienced users getting blank notifications, and we checked all our systems with the capability to send out push notifications and could not find any Active push campaign, hence the explanation needed for the above question.