universal-sdk-unity icon indicating copy to clipboard operation
universal-sdk-unity copied to clipboard

iOS sign in on Android redirect uri issue

Open BigGiantHead opened this issue 4 months ago • 11 comments

Hi,

I started using your asset and it seems like it works well. I managed to get the google login on Android working well. Started implementing iOS login, and I did all the steps, but when I get to the part where I have to implement a redirect URI, I followed your instructions on how to create the server and for some reason the Apple sign in page does not use POST, but it simply uses a GET request to the URI I provided and the body/token/user info is nowhere to be found. The reacts fine to the deep link that is in your documentation. Please advise how to proceed from here. The server is done in PHP, but I don't think that makes a big difference. I was reading Apple's documentation and they say there are multiple options on how to call the redirect URI.

Thank you in advance.

BigGiantHead avatar Aug 15 '25 07:08 BigGiantHead