且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在设备上安装iOS应用程序

更新时间:2022-06-01 21:55:04

我个人使用 iResign 以正确的方式重新签名ipa配置文件。
https://github.com/maciekish/iReSign

I personally use iResign to resign the ipa with the correct provisioning profile. https://github.com/maciekish/iReSign

这使我免于更改 xCode 项目中的配置文件并构建新的存档.ipa可以被多次调用。

That saves me from keep changing the provisioning profiles in the xCode project and build a new archive. The ipa can be resigned multiples times.

我建议在签名文件之前通过在文本编辑器中打开它来查看配置文件,并确保您尝试安装应用程序的设备的UDID on包含在文件中。

I would recommend before signing the file have a look at the provisioning profile by opening it in text editor and make sure the UDID for the device you are trying to install the app on is included in the file.

让ipa使用 Beta Builder 生成plist文件以及一个漂亮的html文件,可以上传到ftp。
http://www.hanchorllc.com/2010/08/24 / introduction-ios-beta-builder /

Once you have the ipa use Beta Builder to generate the plist file along with a nice html file which can be uploaded to the ftp. http://www.hanchorllc.com/2010/08/24/introducing-ios-beta-builder/

所以用户现在要做的就是访问他们手机上的网址下载应用程序。

So all the user has to do now is visit a url on their phone to download an app.

除了您的互联网连接死亡之外,您不应该对此方法有任何问题。

You shouldn't have any issues with this method other than your internet connection dying.