How can we handle callbacks to the app when 3rd party SDK delegates fires? The lua_State is unknown to the delegates.
We’ve created Enterprise plugins for Chartboost, Airpush and TapJoy, and all of them have a neat set of delegates we’d like to subscribe to. As an example, Chartboost has a caching system, where we call Chartboost cacheInterstitial. When Chartboost is done loading the interstitial in the background, the delegate method didCacheInterstitial is invoked. But it does not know about the lua_State, so how do we make use of the delegate to report back to the Corona app?
Need this answered for both Android and iOS.
Thanks! [import]uid: 21746 topic_id: 34514 reply_id: 334514[/import]