简体   繁体   English

如何在其他开发人员设备中安装我的xcode项目以进行测试

[英]How to Install my xcode project in other developer device for testing

I used to test my xcode project in my phone using a cable 我曾经使用电缆在手机中测试我的xcode项目

But now I want to install the app to my friend device for testing and when I do some change or update to the code, my friend gets the update remotely either automatically or via a link 但是现在我想将该应用程序安装到我的朋友设备上进行测试,并且当我对代码进行一些更改或更新时,我的朋友可以自动或通过链接远程获取更新

Is that possible in xcode? 在xcode中有可能吗? If so, how? 如果是这样,怎么办?

Add your friend as an internal beta tester on TestFlight and push releases to them whenever you have something new to show. 将您的朋友添加为TestFlight上的内部Beta测试员,并在有新内容要展示时向他们发布发布。 You can automate this via Fastlane and hook that up to TestFlight and have it happen automatically, whenever you commit code to a certain branch. 您可以通过Fastlane自动执行此操作,并将其挂接到TestFlight,并在将代码提交到某个分支时自动进行。 That's probably overkill though. 不过那可能太过分了。 I'd just use TestFlight directly. 我只是直接使用TestFlight。

As @dfd helpfully pointed out in the comments, using TestFlight requires being part of the Apple Developer Program , which costs $99/year. 正如@dfd在评论中有帮助地指出的那样,使用TestFlight需要成为Apple Developer Program的一部分,该计划的费用为每年99美元。 It's also necessary to be a part of that program if you want to release to the App Store. 如果要发布到App Store,也必须成为该程序的一部分。

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

相关问题 如何在没有开发人员证书的情况下在Xcode中归档我的项目? - How to archive my project in Xcode without a developer's certificate? 允许其他开发人员处理我的XCode项目 - Allow another developer to work on my XCode project 如何与超过1位开发人员一起处理XCode项目 - How to work on XCode project with more than 1 developer 如何使用Apple Developer帐户在我的设备上安装未签名的IPA文件? - How to install an unsigned IPA file on my device using an Apple Developer account? 为什么我的xcode项目建立在模拟器上而不是xcode项目中的设备? - Why does my xcode project build on simulator but not device in xcode project? 在其他设备上测试我的 iPad 应用程序 - Testing my iPad app on other device 使用我的Xcode在设备上运行项目非常长 - Running the project on device is extremely long with my Xcode 如何将 Theos 项目安装到设备上? - How to install a Theos project to device? 如何在 Xcode 中向我的团队添加开发人员 - How to add a developer to my Team in Xcode 如何在不启动Xcode的情况下在iOS设备上启用开发人员模式 - How to enable developer mode on iOS device withoout starting Xcode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM