I'm developing two versions of app(android, and ios) In android when i open url from email the system gives me several options of opening it: browser, my app.
I can open the url(http://www.someurl/path?param1=2¶m2=1) with my application and get the params. Is there a way to do it in ios? thanks in advance