Ionic 3: Can't implement Custom URL Scheme

Hi! I am trying to invoke my application using a custom URL Scheme. Try several ways to make it work through different plugins such as:

https://github.com/EddyVerbruggen/Custom-URL-scheme or https://github.com/ionic-team/ionic-plugin-deeplinks

It works on Android correctly when calling the application through the Scheme URL, but on iOS I have many obstacles and the application does not open in any way. I have configured the Scheme URL in the config.xml to be able to open it. It is frustrating to find no solution. Anyone could implement this functionality?

Thank you