I used the custom url scheme in the application. I successfully redirect from safari to my application. How I made the URL scheme "appname". Check out http://prntscr.com/2cjx0p .
I need to use a solution like ios url redirect from mail to app , but I'm not sure how to set a cookie.
I found that I must first set a cookie for the server http://myappname.com "in my application. But how do I do this?
Background:
I can use it, for example, by typing "appname: //" in Safari, and I am redirected to my application.
Now I have to share this with the mail. And the requirement is to open the application from mail. Thus, I also set this link for clickability in the body of the message. But since it starts with "appname: //", I am not redirected to my application. This means that this link should begin with "http: //".
Then I set "http" instead of "appname" in the URL scheme and exchange that text again. therefore it will look like "http: //". But by typing this, it does not redirect it to my application.
ios iphone cookies url-scheme
Krunal
source share