Currently surveys and in-app notifications are only shown when requested manually. It would be nice if they were shown automatically.
To do so we probably need to do some changes in the structure of the SDK. We currently 'enable' the module by calling initWithToken, but when we call this method the Activity has already been loaded. We might need to set the token in tiapp.xml and automatically can initWithToken when the app is started.
We need to do some more research.