I have built an iOS project with Native, using Xcode, incorporating OpenEars for speech recognition. Not as a plugin, just as routines.
I pass events successfully from the objective-c to my Lua code, all works fine.
What I want to do is pass information back, preferably with raising events that are then caught by my objective-c code.
Is that possible? I don’t see anything useful in the API documentation (or the forums) for creating an event listener in Objective-C, though Objective-C is essentially an event-driven environment.
Anyone know how to do this – listen for and receive events in Objective-C that have been raised by Lua?
All the documentation seems to be about creating plugins, not enough about just writing Native apps without plugins.