简体   繁体   English

如何提供自己的iOS ipa(ipad安装)文件?

[英]How to serve my own iOS ipa (ipad install) file?

Does anyone know how to serve my own files like TestFlight or Diawi ? 有谁知道如何提供我自己的文件,例如TestFlight或Diawi?

I used Firefox web developer tools to let me pick up the header information (from Diawi) then used PHP to set header and readfile to output but this has failed - I have also tried to just reference the file via my web browser but each time my iPad Safari tells me it cannot download this file. 我使用Firefox Web开发人员工具让我(从Diawi)获取标头信息,然后使用PHP设置标头和readfile以输出,但这失败了-我也试图通过Web浏览器仅引用文件,但是每次iPad Safari告诉我无法下载此文件。

Don't try to download .ipa file directly, you should create manifest.plist file that contains app information and create a link to this .plist file like below. 不要尝试直接下载.ipa文件,您应该创建包含应用信息的manifest.plist文件,并创建指向该.plist文件的链接,如下所示。 Than go to this link via safari. 比通过野生动物园去这个链接。

Manifest file should like this : https://gist.github.com/hramos/774468 清单文件应如下所示: https : //gist.github.com/hramos/774468
And you link should like this: itms-services://?action=download-manifest& url=http://example.com/manifest.plist 并且您的链接应如下所示: itms-services://?action=download-manifest& url=http://example.com/manifest.plist

You can check this page: Wireless AdHoc Distribution 您可以检查此页: 无线AdHoc分发

There are online tools that simplify this process of sharing, for example https://abbashare.com or https://diawi.com Create an ipa file from xcode with adhoc or inhouse profile, and upload this file on these site. 有一些在线工具可以简化共享过程,例如, https //abbashare.com或https://diawi.com使用adhoc或内部配置文件从xcode创建一个ipa文件,然后将该文件上传到这些网站上。 I prefer abbashare because save file on your dropbox and you can delete it whenever you want 我更喜欢abbashare,因为将文件保存在您的保管箱中,您可以随时删除它

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM