support universal link as redirect url - #938
Conversation
For iOS, when version 17.4+ is available, check whether the redirect url is a universal link. If it is, use the new init method with callback accepting the universal link.
|
Heads up: If you’re planning to use this, note that HTTPS callbacks require the |
|
I can also confirm - this works great! Forked AppAuth-iOS locally with this PR applied, with the Is there a maintainer who could pick this up for review? @w-goog — would love your eyes on this when you have a moment. Happy to help shepherd it through / make any requested changes if that helps unblock. |
|
Any updates on this PR? It would be great if we can have it ASAP. @w-goog |
|
Thank you for the bump, Khaleel! This PR is going to need some work before we merge it, but I'd be happy to try and get it in the post-3.0.0 release. I'll add real comments soon. Quick hits in case someone wants to address them before a formal review:
I'm sorry for the delay - my workflow previously did not do a good job of catching older PRs / issues that had been bumped. I've addressed that going forward :) |
For iOS, when version 17.4+ is available, check whether the redirect url is a universal link. If it is, use the new init method with callback accepting the universal link.