B bluedude Well-Known Member Licensed User Longtime User Jun 28, 2013 #1 Hi, If a user removes my app. I want to cleanup some server side stuff too (like registration etc.). How can I monitor an uninstall of the APK? Tried the PackageRemoved in PhoneEvents but it seems this will not work with the app. that initiates the service. Cheers,
Hi, If a user removes my app. I want to cleanup some server side stuff too (like registration etc.). How can I monitor an uninstall of the APK? Tried the PackageRemoved in PhoneEvents but it seems this will not work with the app. that initiates the service. Cheers,
Erel B4X founder Staff member Licensed User Longtime User Jun 28, 2013 #2 You will only be able to handle this event with a different app. Upvote 0