简体   繁体   English

我可以将开发证书与即席分发配置文件一起使用来将我的应用分发给特定用户吗?

[英]Can I use an Development certificate along with adhoc distribution provisioning profile to distribute my app to specific user?

I am trying to adhoc distribute my ios app. 我正在尝试分发我的ios应用。 My admin to our dev portal created a adhoc dist provisioning profile. 我对开发人员门户网站的管理员创建了一个即兴分发配置文件。 Can I use any cert(Dev or dist) to code sign my application? 我可以使用任何证书(Dev或dist)对应用程序进行代码签名吗? or it has to be dist cert? 还是必须是dist cert? Thanks. 谢谢。

The short answer: you'll need a distribution certificate, with an ad-hoc provisioning profile that contains the target device's UDID. 简短的答案:您将需要一个分发证书,其中包含包含目标设备的UDID的临时供应配置文件。 You can configure this on the dev portal . 您可以在开发门户上进行配置。

Development certificates are purely for device development at your own machine. 开发证书仅用于您自己机器上的设备开发。 It does give you access to a limited number of devices to build your app on, but it isn't ideal for beta testing an app on. 它确实允许您访问数量有限的设备以构建您的应用程序,但对于在其上进行Beta测试的应用程序并不是理想的选择。

Distribution certs and ad-hoc profiles are most commonly used with services like Fabric to beta test your app. 分发证书和临时配置文件最常与Fabric等服务一起使用,以对您的应用进行Beta测试。 You may also want to look into TestFlight to help distribute for beta testing. 您可能还需要研究TestFlight,以帮助分发进行Beta测试。

Good luck! 祝好运!

暂无
暂无

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

相关问题 如何知道我的应用正在使用哪个分发/开发配置文件 - How to know which distribution/development provisioning profile my app is using 我可以使用相同的证书和配置文件在iTunes Connect上添加我的应用程序版本吗? - Can I use same certificate and provisioning profile to add version of my app on iTunes Connect? 我可以使用新的证书和配置文件在iTunes Connect上添加我的应用程序的版本吗? - Can I use new certificate and provisioning profile to add version of my app on iTunes Connect? 我应使用我的生产证书或预配置文件分发对我的应用程序签名吗? - Shall i sign my app with my Production Certificate or Provisioning Profile Distribution? 如果我在新证书(企业分发方法)上续订配置文件,我的应用程序会停止吗? - Does my app stop if I renew my provisioning profile on a new certificate (Enterprise Distribution Method)? App Store分发配置文件与开发配置文件 - App Store Distribution Provisioning Profile vs Development Provisioning Profile 具有开发配置的.ipa与具有临时发行配置文件的.ipa有什么区别? - What is difference between .ipa with development provisioning and .ipa with adhoc distribution provisioning profile? 我可以将.app二进制文件分发到在配置文件中注册的设备吗? - Can I distribute a .app binary to devices registered in the provisioning profile? 是否可以使用Xcode中的临时配置文件来调试我的应用程序? - Is it possible to debug my app with adhoc provisioning profile in Xcode? 使用APNS时,将应用程序从临时阶段转移到应用程序商店分发时,配置文件更改 - Provisioning profile change when taking the app from adhoc stage to app store distribution when using APNS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM