Open datvm opened 1 year ago
We have the same problem, anybody got any solution?
@MarvinFrankenfeld Can you check this comment on StackOverflow? I am not sure what he was trying to say but if you understand what he means and if it's successful, could you tell me? Thanks.
P.s.: so far our app get approved with open-ad with the above (my) code, I add a 1000ms delay before closing the loading screen just to be sure. That's our current workaround.
I need to know when a user dismisses the open ad. The official documentation has this:
I can't see the equivalent in
AppOpenAd
class. Did I miss something? How do I handle these events? My current code looks like this (error handlings etc are removed for brevity):