OTA plist app install from within phonegap app for iPad
- by Farhan Ahmad
I am trying to initiate a OTA app install from within a phonegap iPad app.
I have tried this:
var url = "http://www.example.com/test.plist";
window.open("itms-services://?action=download-manifest&url=" + url, "_blank");
This works in iOS 5 but NOT iOS 6.
I have also tried using the ChildBrowser plugin to point to a page with a link to…