cordova-plugin-safariviewcontroller
cordova-plugin-safariviewcontroller copied to clipboard
Safari Empty (or new) Session
I successfully got my oAuth Flow working with this plugin and with the custom url sheme, I can transfer my accessToken to my app too.
When I use Android, my session from my chrome browser also already gets used.
(so if i.e. I'm logged in chrome with my facebook account, I no longer need to login again under the custom chrome tab browser from my app)
However if I use IOS, and if I'm logged in to facebook, within Safari, I still need to reenter the auth credentials from facebook, before I can continue.
So it seems, that under IOS, the opened Safari Browser does not use the existing session from the OS safari, but a new one.
How can I use the session from the OS safari ?