Before i start , i use only web-sdk with capacitorjs. It builds, PWA, iOS and Android clients.
createEmailSession works fine with custom domain in PWA and also iOS and android clients. It sets cookies and session works without any error. -
--demo video 1--
createOAuth2Session works fine with only custom domain in PWA. Not in iOS/android clients.
Success link is going to app by deep linking configuration. (shown in demo video).
But the problem is in ios app, session is not started (cookies are not set) thats why i cant move further.
In the same time, it sets cookies into PWA, when i try to open PWA in browser in simulator, user logged in, but user not logged in ios app.
--demo video 2--
How can i handle or transfer/copy cookies from web app to mobile app ? Is there any way to transfer it? Any idea?
Related thread: 1145408157343039498