mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #544] in IOS 11 Restore session between the WKWebview and SFSafariViewController. #359
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#359
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sharmam-lh on GitHub (Aug 30, 2019).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/544
Description:
How to restore session between the WKWebview and SFSafariViewController in iOS 11, As I am trying to restore existing cookies for already logged-In user. which I am not able to do in iOS 11.
the earlier version in iOS 9 and iOS 10, I am able to share the cookies between them. but in case of iOS 11, there are new changes from Apple side due to security problem.
Here I found apple developer documents regarding SFSafariViewController:- https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller
Looking for suggestions.
Thanks in advance.
@tguidon commented on GitHub (Jul 29, 2020):
@sharmam-lh did you ever figure out how to implement this? My guess would be to use WKWebView? I need to implement something very similar soon.