我可以使用开发证书和adhoc分发配置文件将我的应用程序分发给特定用户吗?

时间:2023-01-22 16:36:28

I am trying to adhoc distribute my ios app. 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? or it has to be dist cert? Thanks.

我正在尝试分发我的ios应用程序。我的开发人员管理员创建了一个adhoc dist配置文件。我可以使用任何证书(Dev或dist)来代码签署我的申请吗?或者它必须是证书吗?谢谢。

1 个解决方案

#1


2  

The short answer: you'll need a distribution certificate, with an ad-hoc provisioning profile that contains the target device's UDID. You can configure this on the dev portal.

简短的回答:您需要一个分发证书,其中包含一个包含目标设备UDID的临时配置文件。您可以在开发门户上配置它。

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. You may also want to look into TestFlight to help distribute for beta testing.

分发证书和临时配置文件最常用于Fabric等测试应用程序的服务。您可能还想查看TestFlight以帮助分发beta测试。

Good luck!

祝你好运!

#1


2  

The short answer: you'll need a distribution certificate, with an ad-hoc provisioning profile that contains the target device's UDID. You can configure this on the dev portal.

简短的回答:您需要一个分发证书,其中包含一个包含目标设备UDID的临时配置文件。您可以在开发门户上配置它。

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. You may also want to look into TestFlight to help distribute for beta testing.

分发证书和临时配置文件最常用于Fabric等测试应用程序的服务。您可能还想查看TestFlight以帮助分发beta测试。

Good luck!

祝你好运!