I'm not talking about a UIWebView
, I want to open the mobile safari app using an NSURLRequest
.
Why? In my app, the user has already logged into our web server. I want to give the user the option of launching the webpage without having to reenter their credentials. However, I can't use a GET
because that would put their credentials in the URL.
So, can I open the safari app (not a UIWebView
) from my app with an NSURLRequest
or a POST
in some other form?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…