Receiving an application URL parameter to Unity iOS app

How do you have a Unity iOS app receive a URL parameter from a hyperlink?

I am guessing you meant iOS app url with params…

as far as I know this is not supported by default in Unity so I would suggest going for the plugins route… and use UnitySendMessage function call from within xcode