I have an install page (for an iOS app over the air), with an itms link to the plist file. (long story but) the plist file 'has to be' in the install page… I tried a data url:
<a href="itms-services://?action=download-manifest&url=data:text/xml,<the-plist-content>">Download</a>
but that didn't work… What did I do wrong, or is there another way?
P.S.: the IPA url in the plist file has to be in its original state, not encoded!