I need to open another app with parameters from my iOS App.
I have specific URL scheme provided from the developers of the App that have to be opened:
secondApp://openApp?param1=XXX¶m2=YYY
I try to search Google how to open App in this way but I did not found any example how to use this construct.
Can you provide me with link or a row of code how to open App in this way?