You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: