简体   繁体   English

如何将配置文件上传到iPhone

[英]How to upload provisioning profile to iPhone

I want my tester to test my iPhone app. 我希望测试人员测试我的iPhone应用程序。 I add his UDID in devices and add provisioning profile for him device. 我在设备中添加了他的UDID,并为他的设备添加了配置文件。 But how can I upload this profile to him iPhone? 但是如何将个人资料上传到他的iPhone? Thank a lot 非常感谢

If you want to do a good job of monitoring your testers and builds, I would consider using TestFlight . 如果您想出色地监视测试人员和构建,我会考虑使用TestFlight It will handle all of the provisioning for your apps. 它将处理您应用程序的所有配置。 It will also give you instant feedback as to who has opened your notifications, install progress, what version they are running. 它还将为您提供有关谁打开了您的通知,安装进度以及它们正在运行的版本的即时反馈。 They are free right now, and you simply cannot beat how easy it is to use. 它们现在是免费的,您根本无法击败它的易用性。 For developers, by developers. 对于开发人员,由开发人员。

He can just drag the profile file onto his device via iTunes. 他可以通过iTunes将配置文件拖到他的设备上。 But afaik, the profile also installs itself (at least if you use OverTheAir distribution) from the embedded.mobilepovision file within your .ipa file when installing the app on the device. 但是afaik,在设备上安装应用程序时,配置文件也会从.ipa文件中的Embedded.mobilepovision文件安装自身(至少在使用OverTheAir发行版的情况下)。 This might also be valid if you just drag it on iTunes... 如果仅将其拖到iTunes上,这可能也有效。

You can send it to him, and have him drag it to his device via Xcode or iTunes. 您可以将其发送给他,然后让他通过Xcode或iTunes将其拖动到他的设备上。 But you also have to provide him with your developer certificate that Apple gives you and your key. 但是,您还必须向他提供Apple提供给您的开发人员证书以及您的密钥。 It could work, but you'll more likely end up with headaches since it takes developers hours trying to install the certificates themselves, never mind for other people. 它可以工作,但是您很可能会头疼,因为开发人员需要花费大量时间尝试自己安装证书,而不必理会其他人。 If possible, I would try to get it approved first, but don't launch it, and send your tester a promo code. 如果可能的话,我将尝试首先使其获得批准,但不要启动它,并向测试人员发送促销代码。

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

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