I'm new to iOS planet!
i need to set a URI scheme for my app like: myappname://
to open my app from email clients.
But now, if my app name has jpn characters or other language characters like myappname日本語://
Will it work as normal(URL querystring reads multiligual characters) or what i need to do?
Thanks for your suggestion
In iOS URI scheme , there is requirment of convert multi language char via encoding of URL.Let us take a example in which URL contains the other language char.
Hope this helps you !