How can i use handleOpenURL handleOpenURL function on Cocos2d-x?

i added url custom scheme to Info.plist.
and looking for handleOpenURL in AppDelegate.cpp.
but unfortunately does not support this function.

objective-C use like this:
- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url
how can i use this?