We have created common C++ interface & have platform specific concrete implementation. Now for iPad we do not seem to find any direct mechanism in objective C for notification. Apparently there does not seem to be any way in objective C to notify common C++ codes once HTTP response is received (to pass the response to common C++ codes).
Has anyone tried to notify C++ codes from Objective C passing an object?