简体   繁体   English

Xcode:如何在朋友的手机上获取我的应用程序?

[英]Xcode: How can I get my application on a friend's phone?

I have made an app for my iphone. 我已经为我的iPhone制作了一个应用程序。 I'm wanting to let my friend see the app too. 我也想让我的朋友也看到该应用程序。 I've been loading the app onto my phone by selecting my iphone in Xcode and clicking "Run". 我已经通过在Xcode中选择我的iPhone并单击“运行”将应用程序加载到手机上。 I cannot set his up to do this though since he's in another state. 由于他处于另一州,因此我无法设置他这样做。 Is there anyway I can set it up so he can load it on his phone? 无论如何,我可以设置它以便他将其加载到手机上吗?

Check out TestFlight . TestFlight You'll have to add his device to your account and create a new provisioning profile for his device, but then you can distribute it with TestFlight and automatically push out any updates to him. 您必须将他的设备添加到您的帐户并为他的设备创建一个新的配置文件,然后您可以使用TestFlight分发它,并自动向他推出任何更新。

您确实无法通过无线方式共享它,但是您可以将他的设备添加到您的帐户,并创建一个包含他的设备的新配置文件,他可以下载该项目并在其中运行。

Create an ad-hoc provisioning profile and use this profile to validate and distribute your app. 创建一个临时配置文件,并使用该文件来验证和分发您的应用程序。 Don't select App Store, but the other option (can't remember what that's called right now). 不要选择App Store,而要选择另一个选项(不记得现在叫什么)。 This will create a .IPA file, which your friend can drag into iTunes and install on his device. 这将创建一个.IPA文件,您的朋友可以将该文件拖到iTunes中并安装在他的设备上。 Note that you will need to add his UDID to your developer portal for this to work. 请注意,您需要将其UDID添加到您的开发人员门户中,此功能才能起作用。

暂无
暂无

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

相关问题 如何在iPhone上的MapView中跟踪朋友的位置 - How can I follow my friend's location in MapView on a iPhone 如何获得(朋友的)个人资料照片 - How can I get profile picture (of friend) 如何在Windows上创建iPhone Webapp? (我可以使用朋友的Mac进行整理) - How to create iphone webapp on windows? (I can use my friend's mac for finishing) iOS开发:如何在朋友的新闻Feed中显示Facebook墙贴? - iOS Development: How can I get a Facebook wall post to show in the friend's news feed? 如何从我的应用程序打开手机的键盘 - How Can I open phone's keypad from my app 尝试在我的iPhone上运行我的应用程序进行调试时,我在XCode中收到“无法安装应用程序”错误 - I get “Can't install application” error in XCode when trying to run my application on my iPhone for debug 如何从iPhone的iPod将歌曲获取到iPhone SDK中数组中的应用程序? - how can i get songs from my iphone's ipod to my application in array in iphone sdk? 为什么我不能只将压缩的Xcode项目文件夹发送给朋友,并且可以工作? - Why can't I just send my zipped Xcode project folder to a friend, and it works? 我无法将球SKSpriteNode显示在辅助View Controller的UIImage(Xcode / Swift 2)上 - I can't get my ball SKSpriteNode to display on a secondary View Controller's UIImage(Xcode / Swift 2) iPhone:如何在不退出应用程序的情况下拨打电话号码? - iPhone: How Can I Dial to a Phone Number Without Quitting My Application?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM