Just found the answer. It is hidden here:
Can I get a message when I show UIAlertView
If you listen to the " UIWindowDidBecomeVisibleNotification
" notification, it will also trigger for your own alerts, not just system alerts. However, for your own notifications, the application does not cancel the activation.
source share