Open orcuncun opened 1 year ago
@orcuncun hi, android or ios? which version of ane you are using?
i used for Android. How will I know which version of ANE I am using?
i mean did you used this updated ane with GMA21 https://github.com/nboy1/admob-for-flash-android-GMA-21.0.0 or you still using the previous version? you have to update the ane to gma21 to be compliant with new google policy.
I updated and this time the app crashes without opening.
some of the codes
import so.cuo.platform.admob.AdmobEvent;
import so.cuo.platform.admob.Admob;
import so.cuo.platform.admob.AdmobSize;
import so.cuo.platform.admob.AdmobPosition;
if(Admob.getInstance().supportDevice)//banner id değişecek
Admob.getInstance().showBanner(".............",AdmobSize.BANNER_STANDARD, AdmobPosition.BOTTOM_CENTER);
try this import so.cuo.platform.admob.*;
to show banner Admob.getInstance().showBanner("your banner ID ",AdmobSize.SMART_BANNER,AdmobPosition.BOTTOM_CENTER);
After the rewarded ad is displayed, pressing the cross does not close the rewarded ad. Normally, it could be closed without being watched completely. I got a warning about this, how do I fix it?