As part of my Android clover program I am creating inventory items. I need to be able to delete these upon an uninstall. I am hoping the following can work:
Install the application Upon first run of the application I create certain inventory items to support our platform
Upon an uninstall, I need to be able to remove those items.
Is there an uninstall broadcast (or other event) that I can use to do this uninstall? I've noticed there is a webhook, is this something I can use even though I don't have a webapp?