[TIMOB-221] iphone Analytics: ti.end is not sent before app exits
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:52:24.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 0.8.0 |
| Components | iOS |
| Labels | analytics, ios, iphone, mobile |
| Reporter | Daniel Sternbergh |
| Assignee | Blain Hamon |
| Created | 2011-04-15T02:25:37.000+0000 |
| Updated | 2011-04-17T01:52:24.000+0000 |
Description
The app is never succeeding at sending a ti.end event before the app shuts down. Would be very nice to get into 0.8.0
TitaniumHost now will have a pair of commands open to modules, -[pauseTermination] and -[resumeTermination]. On termination, the host will wait for up to 2 seconds after the endModule sequence. I'm adding to analytics that all comms will pause termination until completion.