I would like to distribute an HTML5 app as a web clip using the itms-services:// protocol. So far I've seen you can distribute a .ipa application "in-house", using itms-services://?action=download-manifest&url=[your_plist_file], but this seems only valid for "normal" apps, not web clips.
My idea is let users self-install the app just clicking in a link and not having to use the "Add to Home Screen" option within Safari. They login into a private website, and they fetch the web clip with a single click (with a customized URL)
I've searched for working examples of a .plist file that installs a web clip, but none worked. I know you could use iPhone Configuration Utility to generate a setup profile, and I could clone this functionality creating a profile on-the-fly for each customer, but I'm looking for a itms-services:// based solution.
Thanks!!!