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.