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

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/20161478/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 04:20:24  来源:igfitidea点击:

ios Application - Manually Installation for a Custom Application

iosiphonexcodeinstall

提问by mspapant

I am currently developing an iOS application for iPhone and iPad and i need to manually install the application without the need for xcode. Is any way to install the custom application manually like the way i do with android. For example to copy the package to the phone and install it?

我目前正在为 iPhone 和 iPad 开发一个 iOS 应用程序,我需要手动安装该应用程序而不需要 xcode。有什么方法可以像我使用 android 那样手动安装自定义应用程序。例如将软件包复制到手机并安装它?

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!

谢谢!

回答by Nayan

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)

    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. Then simply hit install button to install app.

  2. Use TestFlight.

  1. 只需在此处上传您的构建 - http://www.diawi.com(您也可以上传配置文件)

    它会给你一个链接。只需将该链接发送给您的客户端,然后让您/她在 iDevice 的 safari 浏览器中打开该链接。然后只需点击安装按钮即可安装应用程序。

  2. 使用TestFlight

EDIT:If you want to client to know update about app, then I will suggest to go for TestFlightas 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,因为您可以提及版本,还可以添加有关在那里更新的每个构建的评论,并且客户可以通过从其设备登录该应用程序来阅读它.

回答by Silversky Technology

Easy way, Make its .ipa file upload it on here - http://www.diawi.com, it will give yoy url, this url give yor client and open it on safari, your application will install in client iphone without Xcode.

简单的方法,将它的 .ipa 文件上传到这里 - http://www.diawi.com,它会给出 yoy url,这个 url 给你的客户端并在 safari 上打开它,你的应用程序将安装在没有 Xcode 的客户端 iphone 中。

回答by Apurv

They can do it via iTunes or iPhone Configuration Utility. Refer the link

他们可以通过 iTunes 或 iPhone 配置实用程序来完成。参考链接