BlueRiverInteractive/robovm-ios-bindings

Chartboost ChartboostDelegateAdapter() not working.

ASMCOM opened this issue · 2 comments

I'm using the following code in order to track Chartboost's ads but unfortunately it's not working any more.

I'm using:
chartboost-1.0.0-SNAPSHOT
gdxVersion = '1.5.3'
roboVMVersion = '1.0.0-SNAPSHOT'

ChartboostDelegate delegate = new ChartboostDelegateAdapter() {
@OverRide
public void didCacheInterstitial(String location) {
super.didCacheInterstitial(location);
System.out.println("Cacheing ads for: " + location);
}
@OverRide
public void didDisplayInterstitial(String location) {
super.didDisplayInterstitial(location);
System.out.println("Ads displayed: " + location);
}
@OverRide
public void didCloseInterstitial(String location) {
super.didCloseInterstitial(location);
System.out.println("Closeing ads for: " + location);
};
Chartboost.start(VersionHandler.iOS_CHARTBOOST_APP_ID
VersionHandler.iOS_CHARTBOOST_APP_SIGNATURE, delegate);
Chartboost.cacheInterstitial("MY_AD");

Have a look to this post:
https://groups.google.com/forum/#!searchin/robovm/chartboost/robovm/ot84hWAjBZM/DS9J9bXSvmIJ
and then to this other post because you may face some performance problems once you solve the delegate not being called:
https://groups.google.com/forum/#!topic/robovm/W0QcuZN7H1E

The Chartboost binding is subject to be deleted. Please use the new iOS RoboPod for Chartboost: https://github.com/robovm/robovm-robopods