I have a use case where I have opened up a Safari View Controller within my application to point to my server, and when the server side is done I want to be able to 302 to a Universal Link that calls back into the app layer.
But i read that Universal Links are not supported within Safari View Controller to open an App. It only tries to load the link in the browser itself.
Will this be added in the future ?
What can I do for the use case above in the interim ?