Hey Felgo,
I am trying to use Chartboost pluging for my game (Felgo 2, Qt 5.3) but I run into several problems while following your online documentation. I decided to try your example program, but it turned out to have the same issues.
First problem I run into was this:
Cannot assign to non-existent property “onInterstitialFailedToLoad”
I solved this issue by replacing onInterstitialFailedToLoad by onFailedToLoadInterstitial (according to doc pages). Since it does not match your example project I think I might be running a different version. I am however using the latest updates from the maintenance tool.
The second problem I run into is this:
Cannot assign to non-existent property “licenseKey”
It seems that licenceKey property does not exist in the version I am running.
What is the problem here?
– Mathias