Hi all,
I just started on exploring Corona Enterprise and is new to Objective-c so pardon me if this question sounds silly. I am currently trying to build a plugin for a third party SDK which requires me to implement its delegate which I have done so via AppCoronaDelegate. The issue I am having now is that my plugin file (PluginLibrary.mm) is unable to access a variable defined in the delegate file (AppCoronaDelegate.mm) that is instantiated via the delegate methods. I have read about CoronaRuntime but not sure how that can be used.
Hope to hear some advice.
Thanks.
Cheers