@vfbb
I'm trying to do the same thing for my app, but I need to use Universal Links because I'm using the same technique for the Android version of my app and a custom scheme under Android does not work inside GMail app (which is primarily where the link to the application will be, inside an e-mail), so I decided to use Universal Links, and while it works fine and its easy in the Android part, I'm struggling with Apple..
I understand that I have to handle the the incoming activity but I could not even reach that part... I have no idea on how to setup the application itself to be able to receive universal links. There are thousands of tutorials for XCode with native development but I didn't find anything when using Delphi
Since you have done the same thing would you explain how did you add the link support in your application? Do we need to change the info.plist.TemplateiOS.xml in some way?
I know there is a file that I have to host in my website, but I'm still struggling with the first step, that is to prepare the app to enable universal links
Any tips are appreciated!
Thanks