How to do OnOpenURL in iOS

I want to do application:openURL:options: in iOS.

I found FIOSCoreDelegates::OnOpenURL but parameters is different from application:openURL:options:.

Does anyone know how to do?