i am using cocos2d-js , that's a in purchase app,when purchase success ,i need to notify the message to cocos2d-js to update ui or something else,
i know call objective-c from cocos2d-js is like: in js:
jsb.reflection.callStaticMethod("objective-cClass","methodName:", "parm");
but,how to call cocos2d-js from objective-c...
May it help someone, as we know, objective-c can easily call c++ methods, so we can use like this:
and dont forget include head file, for cocos2d-x 3.8: