Thanks for your response. Could I simply comment out that function in my code? That should bypass the valdiation checks right? Or are there other implications of doing that..
I’m trying to get an ios app to install onto users Apple devices. It works via a simple index.html page where I have the following within an anchor tag :
itms-services://?action=download-manifest&url=https://<ourwebsite/>DistributionSummary.plist
So I assume it would work using this plug in too if I manage to override the URL validation in that field,
Thanks