Ios 使用 url 通过浏览器或其他应用程序上传和下载 .app 文件

Ios upload and download .app file via browser or some other app with url

使用Xcode7构建生成NamApp.app文件

  • If i plugin USB and copy this app file to the mobile->Applications, It works fine

  • I have uploaded the same NamApp.app file on the server say https://namwebsite/path/folder/NamApp.app

  • I want to allow all my team members and managers to download and test, explore the app. But when i click on the NamApp.app, broswer opens it as directory instead of asking for download.

现在的问题是

  • Can i force browser to download NamApp.app to there Applications directly

  • If browser can not do this, is there any other app which can do this for me

我试过了

在 iOS 上从 url 下载并安装 ipa:Download and install an ipa from url on iOS

上传至http://www.diawi.com并提供ipa文件

  • I dont want do these ways
  • Simply upload and allows all to download NamApp.app via browser or some other app

我们使用 BetaBuilder 将 iOS 应用程序上传到 FTP 服务器。您必须在服务器上指定 App link 和 URL,BetaBuilder 将生成您需要上传到指定 URL 的文件。

这个 URL 一旦通过 iOS 设备的浏览器点击就会下载应用程序。

https://github.com/HunterHillegas/iOS-BetaBuilder