0

I distribute ios app with in-house license and users will download it via a website when they tap in link same as below

<a href="itms-services://?action=download-manifest&url=https://example.com/app.plist" style="text-decoration: none;" >

The pop-up confirm is displayed, and users tapp "Install" button, Actually, the download progress is started on homescreen, but the problem the screen not change anything and they don't know the download progress is started or not

How can the browser close automatically and show download progress after users tap "Intsall" button?

Thanks.

Long Phan
  • 71
  • 1
  • 3

1 Answers1

0

As I know,It can not be done.Even many special app test website just make an toast to tell user "the app is installing,click home button to check"

jiangjiefs
  • 149
  • 11
  • I just check this on iphone 5s - iOS 7, the browser close automatically, but on iOS 9, it cannot. I don't know what happen on iOS 8, I don't have device to check. – Long Phan Jan 22 '16 at 10:01