Anyone with experience with ChartBoost able to help me solve a problem?
Just wondering why the Ad isn't showing when I test (I don't believe it's supported on Windows, but as I export the APK and test on Android, the ad still doesn't show. I know the CreateFullscreenAdvert() function does nothing if it can't grab an Ad so I suspect that's my issue somewhere.
I have a ChartBoost publishing campaign active, and I've acquired the AppID and AppSignature.
Here's my code, I call it in my function MainMenu(), so whenever a user returns to the main menu, it should display the Ad.
//Set Chartboost App Details (Removed AppID/Sig for Security on Forums)
SetChartboostDetails("***","***")
//Request a New Ad
RequestAdvertRefresh()
//Create Fullscreen Interstitial Ad
CreateFullscreenAdvert()
//Show Ad for 10 Seconds
Repeat
sync()
Until Timer()>10
//Delete Ad
DeleteAdvert()
Robert Janes (Samu Games)
http://www.samugames.com/artifact