Hi all!
I've built latest ChartBoost lib in my application(using JSON without ARC, because the one in SDK package was not complided with GCC).
However, it seems to not working at all :(
EDK is working, calls are made, library seems to be linked in just fine, but
1. After call to "install" no sign on web site appears that SDK is integrated.
2. When calling [m_chartBoost loadMoreApps] nothing happens AND after that input stops working at all(application is not freezed, animations are playing).
However, if I call IwError(("Some trace")) before [m_chartBoost loadMoreApps] call, input is working fine after all.
Any idea might help, especially about this strange "input lock" issue. Can it be something with threads?
How can I check that library is linked fine and ChartBoost calls are really made? I see no utput from it.












What platform is this on?
iOS, sorry I forgot to mention it.
On Android everything works just fine.
Problem solved:
All CB functions should have
run_on_os_thread
modifier.
Thanks for sharing the solution.
Hi SnipER, any chance of publishing your extension for ChartBoost in the community section? I've been trying for days with no luck creating a working extension. Chartboost java class just seems to crash my app.
I also found my problem, too bad it was reported over half a year ago but not fixed so it took me some serious time : http://www.madewithmarmalade.com/devnet/forum/weird-bug-extensions-work-only-default-deploy-configuration-3
The problem is with the adding of a custom jar; as soon as you do that the other jar's are not included anymore. Let's hope this does get fixed soon.
Wow that's kinda retarded, yeah marmalade needs a public bug tracking system instead of digging up old forum posts