AppBrain Unity version minimizes app?

So I plugged in the Unity version of AppBrain last night and have tested on two devices , same result… after calling their API at the end of a round with :

AppBrain.GetAds().ShowInterstitial(true);

If I choose not now … it minimizes the whole app? If I try and restore the minimized app it reboots the whole game from the start?

Has anybody else had experience with this? … I have just emailed them to hear if they have any info but thought I would also ask here just in case

Hi,

You can set the parameter to “false”. Then it will not quit the app then. If you would like to keep the state of your app you need to persist it, eg in the preferences and restore it if the app gets restarted.

Thanks,
Uwe

Setting this parameter to false resolved the issue.

Thanks Uwe