“Untrusted App Developer” message when installing enterprise iOS Application

后端 未结 10 1675
猫巷女王i
猫巷女王i 2020-11-28 05:12

I\'m developing an enterprise application. When I was testing it in iOS8 beta I saw the following alert view:

Untrusted App Developer
Do you trust the develo         


        
10条回答
  •  旧巷少年郎
    2020-11-28 05:38

    You absolutely can avoid this issue if you manage the device with MDM or have access to Apple Configurator.

    The solution is to push either the Developer or iOS Distribution certificate to the device via MDM or Apple Configurator. Once you do that, any application signed by that cert will be trusted.

    When you click on "Do you trust this developer", you're essentially adding that certificate manually on a per-app basis.

提交回复
热议问题