Hi!
I'm developing some custom interstitials using the SDK version 6.4.1. The issue is that the destroy method of the CustomEventInterstitial implementations are never called, so I have no way to dispose the objects created.
The documentation says:
void destroy()
This is called at the end of the mediator's life cycle. The custom event is expected to release any resources and shut down.
This method is not guaranteed to be called. There are a number of reasons that this method can be skipped, such as a force close of the application.
I would like to know, if anyone knows, what are the reasons to skip this method or if there is a workaround to force the destroy.
Thanks,
Pablo