freshplanet / ANE-Chartboost

Air Native Extension for Chartboost (iOS + Android)
Apache License 2.0
36 stars 28 forks source link

Air not showing ads on Android #15

Open alesys opened 11 years ago

alesys commented 11 years ago

Hi, I used the ANE released on June, it worked for US but not for China. I was told to update to the latest ANE, but it is not showing ads at all.

Sursik commented 11 years ago

Hi

Same problem here! Can´t even see the test ads with the new ANE. Script that i am using:

import com.freshplanet.ane.AirChartboost; import com.freshplanet.ane.AirChartboostEvent;

var acb:AirChartboost = AirChartboost.getInstance(); acb.startSession("App ID","App Signature");

acb.showInterstitial();

tsangwailam commented 11 years ago

Is that a problem of Charboost or ANE? I try to debug seem no error occur. The ANE had call the chart boost api normally, just the ads no showing.

pnande commented 11 years ago

Hi,

I'm experiencing the same problem on Android. The latest ANE version is not even showing test ads where before there was no problem at all (in a game we launched in March). I'm on AIR 3.8 now and wanted to update the game and use the extension in a new app too.

I've tried the solution here: https://github.com/freshplanet/ANE-Chartboost/issues/12 by changing the manifest and rebuilding the extension with cb.setImpressionsUseActivities(true) because we're using Stage3D (with Starling and OpenGL) but nothing changed.

We reverted to the version we used in March but it doesn't seem to be working either, although I need to test this further. Given that I remember seeing some real ads in that version, could it be that AIR 3.8 is somehow affecting ads display? We used AIR 3.7 before, but need 3.8 for the update and future releases.

It could also be that Chartboost has no ads to deliver, but then at least the test ads should still show up.

I would be very grateful if you could give this problem a look.

Thanks for the great work!

tsangwailam commented 11 years ago

@pnande I also roll back to previous version using older Chartboost SDK. The new version didn't display any Ads or test ads at all.

The old version will always told it can't load the ads when using non-standard character language system. The new version will tell it is loaded successfully but nothing display.

I am compile with newest version of air 3.8. Seem it display Ads ok for standard language system.

Morpher commented 10 years ago

Same issue here - AIR 3.8, Android, Stage3d - not showing any ads without any events