The Watch Kit App can request information from the iOS app by calling the WKInterfaceController’s openParentApplication function. The iOS app can respond via the UIApplicationDelegate’s handleWatchKitExtensionRequest function.
As we do not have direct access to the app delegate class where the handleWatchKitExtensionRequest is normally implemented, we can only implement the function at the CoronaDelegate level. Does the app delegate class in Corona allow for the handleWatchKitExtensionRequest function to be passed to our CoronaDelegate class?