I already succesfully implemented passing params to app by OverrideUrl.
But I have obvious problems with URL decoding..
I have been looking on the forum how to decode url encoded string, I found that there is library iStringUtils, that should help me. But cant find any usefull tip/guide/example on the forum.
I can of course write a function to replace all of our special characters, but its a pain in the ass, so I hope there is some other and more elegant way