Does anyone have any experience with Chartboost on Android ?
So basically when I start the app from 'cold' Chartboost works fine, I get adverts, callbacks are good etc.
If however I exit the app (press home button), then resume the app it goes wrong.
I do a loadAd and it's fine, but when I do showAd I get an error back saying 'NO_HOST_ACTIVITY'
Anyone come across that before ?
Comments
When you get it working, I would do a load of an AppLovin advert first, then only if it fails try chartboost.
https://deluxepixel.com
It works fine in native Android apps for me however.
After doing all of it I now plan to rip it all out and start again however, basically making another ad interface which is a hook onto a Java or Obj-c advert manager that interfaces into all the networks natively with a more fire and forget approach from Lua.
https://github.com/gideros/gideros/blob/master/plugins/ads/source/Android/src/com/giderosmobile/android/plugins/ads/frameworks/AdsChartboost.java#L37-L48
I have used chartboost without problem in the past in native app's and compared the code and can't see anything wrong with the plugin
6.2.0 (was in 6.1.0) and now it works !
Sorry for false alarm
Likes: SinisterSoft