How to add a href link to iOS Entreprise application distribution in my wix?

Hello, I’ve created a website for my app which will be distributed with an iOS enterprise account. I wanted to add an apple logo where the user would click and will download the app with the following link style :

"<a href=“itms-services://?action=download-manifest&url)_ …”

The interface doesn’t allow me to do that as it’s not a “valid URL”.

I have tried to use WIx Code with the url location method using the onClick event, but again it says its not a proper url.

I have tried as well to add an Iframe and put the html code (which I know for a fact it works cause I use it on another non Wix website) , if I click nothing happens, If I “right click → open” it does work, but why doesn’t the click works ?

Help please :frowning:


I have the same need. Any idea?

The link above…
"<a href=“itms-services://?action=download-manifest&url)_ …”
…can’t be used with Wix Corvid as it is not a valid link as it is an html link whereas Wix using javascript and the link needs to be an actual place.

However, note that as this is not code from Wix, then it will not be supported.
https://support.wix.com/en/article/using-iframes-to-display-visible-content-on-your-site
We cannot provide support for external codes that were not created or tested with Wix. If you are experiencing an issue with your code snippet, please contact the provider directly.

If you search the forum there is a previous post where it was suggested to workaround this by using a third party to host the download and you would be able to use the download link in your Wix code for the download button.