IOS - Clear app secure storage after uninstalling the app

IOS - not able to clear app secure storage data after uninstalling the app.
Is it possible to capture a event when the app is uninstalled?

Hi, did you manage to find a solution to your problem? I’m facing the same issue. At the moment, the only solution I can think of is to use the normal Ionic Storage plugin to detect whether the app is being opened for the first time (e.g. key = appOpenedBefore, value = null (first time app is opened) or true (app has been opened before).

So on first time start up I would clear all keys from the secure storage.