I want to use safari cookies to authenticate users for my app. I am able to do it with SFSafariViewController. But the problem is i have UIWebView in my app to show some information. Even though user is logged in using safari, they are asked to login again through UIWebView. I want to sync this. Means if user is logged in by safari he should not have to login again in app.I know that safari and uiwebview don't share cookies and so i want to move everything to safari. Would it be possible to show safari inside of a view controller?
Thanks, Richa