Jump to content

Eric Bonilha

Members
  • Content Count

    27
  • Joined

  • Last visited

Everything posted by Eric Bonilha

  1. Eric Bonilha

    iOS handle incoming url

    @vfbb @Dave Nottage Thank you very much for both of you for your invaluable help. I was able to successfully make the Universal Links within my application. Indeed I had to change Delphi files but I made a local copy of the files and attached to my application (so FMX and RTL source is not changed) and when compiling, the compiler will use my local copy of the modified files and it works like a charm. Hopefully Embarcadero will implement these classes within the RTL in the future
  2. Eric Bonilha

    iOS handle incoming url

    @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
×