Hello ,
I am facing a strange issue when a Interstitial Ad comes (Video Ad) then My activity on destroy gets called twice.
here is flow -
onPause()
onSaveInstanceState()
onStop()
onDestroy()
onCreate()
onCreate()
onRestoreInstanceState()
onResume()
onPause()
onSaveInstanceState()
on closing ads.
onAdClosed()
onStop()
onDestroy()
onCreate()
onCreate()
onRestoreInstanceState()
onResume()
This is leading to out of memory error.
and I am using Google Play Service version 8.1.
Target OS Version - 22
and facing this issue on all devices with all version.
Please help.
Thanks