Hi, I'm trying to implement sign-in with Apple on ...
# support-questions-legacy
u
Hi, I'm trying to implement sign-in with Apple on Flutter. On iOS it is working fine, but on android when the callback URL i.e
/auth/callback/apple
is called, it redirects to the website domain specified at fastify init. I'm using
"supertokens-node": "13.6.0"
How do I specify the deep link URL for android client when configuring Apple on the backend?
5 Views