- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Mario,
I do not think there is anything that is like App interruption.
I would advise you to work with your developers to add additional logic to track this. For example there is the following IOS developer doc: Responding to Interruptions
Strategies for Handling App State Transitions
So you will have 2 options:
Send a trackAction call when the app enters foreground again
Send a trackActionFromBackground when the app enters background doc Analytics Methods
Best regards.
Alexis Cazes