I have a flutter app where I use launchUrl to launch the /authorize Url. I have a private app setup on Jira where the redirect url is my firebase function. On my iOS device (iPhone) if I don’t have the Jira app installed this works fine with me getting access and refreshTokens.
However if I have the Jira app installed the browser when it comes up launches the Jira app. I assume universal link are setup for it to so. The app does not have the consent page and does not redirect back. How do I achieve this integration?