简体   繁体   English

ios应用程序-手动安装自定义应用程序

[英]ios Application - Manually Installation for a Custom Application

I am currently developing an iOS application for iPhone and iPad and i need to manually install the application without the need for xcode. 我目前正在开发适用于iPhone和iPad的iOS应用程序,需要手动安装该应用程序,而无需使用xcode。 Is any way to install the custom application manually like the way i do with android. 有什么办法可以像我用android一样手动安装自定义应用程序。 For example to copy the package to the phone and install it? 例如将包装复制到手机并安装?

The idea is to update the application after every bug fix without the need of xcode because the client does not have a mac. 这个想法是在每个错误修复后更新应用程序,而无需xcode,因为客户端没有Mac。

Thanks! 谢谢!

If I understand your question, then my answer will help you. 如果我了解您的问题,那么我的答案会为您提供帮助。 As your client doesn't having mac and assuming that you have created a build of app u want to install with valid distribution certificate. 由于您的客户端没有Mac,并且假设您已创建了一个应用程序版本,因此您想使用有效的发行证书进行安装。

  1. Just upload your build here - http://www.diawi.com (You can upload provisioning profile too) 只需在此处上传您的构建-http: //www.diawi.com (您也可以上传配置文件)

    It will give you a link. 它会给你一个链接。 just send that link to your client and let hih/her open that link in iDevice's safari browser. 只需将链接发送给您的客户端,然后让他/她在iDevice的Safari浏览器中打开该链接。 Then simply hit install button to install app. 然后只需点击安装按钮即可安装应用。

  2. Use TestFlight . 使用TestFlight

EDIT: If you want to client to know update about app, then I will suggest to go for TestFlight as you can mention the version and also can add comment about each build updated there and client can read it by logging in that app from it's device. 编辑:如果您想让客户端知道有关应用程序的更新,那么我建议您去参加TestFlight,因为您可以提及该版本,还可以添加有关每个已更新版本的注释,客户端可以通过从设备上登录该应用程序来读取它。

简单的方法是,将其.ipa文件上传到此处-http: //www.diawi.com ,它将提供yoy网址,此url提供给您的客户端并在safari上打开它,您的应用程序将安装在没有Xcode的客户端iphone中。

They can do it via iTunes or iPhone Configuration Utility. 他们可以通过iTunes或iPhone配置实用程序执行此操作。 Refer the link 参考链接

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

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