Project Description:
A bridge class is needed for a proprietary iOS SDK for later implementation into a mobile app built in the Corona Engine.
The SDK for which the bridge class is needed is used within a library of apps to track session information, handle push notifications and recommend similar apps.
Corona has supplied the following information to expose a native ios library to lua for use in the corona sdk:
http://docs.coronalabs.com/native/enterprise/index.html
http://docs.coronalabs.com/native/enterprise/ios/index.html
Links for bridging C code with Lua:
http://www.lua.org/manual/5.1/manual.html#3
http://www.lua.org/manual/5.1/#index
A release candidate of the iOS SDK and documentation will be provided to the final developer on this project, pending signed NDA.