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. |
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.