Hello, I'm being forced to introduce a "Sign In With Apple" feature on a new app update. Since this is legacy still, I need a solution.
I've been able to implement the Sign In With Apple so far. But after Apple authenticates, it hits the redirect URL where we are suppose to handle the authentication data for handoff back to the app.
Problem is, Apple basically just loads the response from our API into the View. I've provided basic HTML response that I can format easily enough. I put in a "Close Window" button for Javascript, but tapping that, doesn't work. Safari View still remains open.
The only way that I can see is tapping "Done". That works if I instruct the user that yes, sign in is complete, you can now tap Done. Works, but would be better to be able to close the View after this redirect is called.
From what I can see, the events fired do not cover the final step of the navigation to the redirect url.
Any ideas to accomplish this? Anyone still around? :)
Hello, I'm being forced to introduce a "Sign In With Apple" feature on a new app update. Since this is legacy still, I need a solution.
I've been able to implement the Sign In With Apple so far. But after Apple authenticates, it hits the redirect URL where we are suppose to handle the authentication data for handoff back to the app.
Problem is, Apple basically just loads the response from our API into the View. I've provided basic HTML response that I can format easily enough. I put in a "Close Window" button for Javascript, but tapping that, doesn't work. Safari View still remains open.
The only way that I can see is tapping "Done". That works if I instruct the user that yes, sign in is complete, you can now tap Done. Works, but would be better to be able to close the View after this redirect is called.
From what I can see, the events fired do not cover the final step of the navigation to the redirect url.
Any ideas to accomplish this? Anyone still around? :)