Does iOS Enterprise Program allow to add entitlements to provisioning profiles?

前端 未结 3 1591
自闭症患者
自闭症患者 2021-01-02 11:44

I am doing a research now for iOS inhouse app. And I may need to add an entitlement to my app to implement some functionality.

I know that it doesn\'t work with iOS

相关标签:
3条回答
  • 2021-01-02 12:23

    The standard iOS Developer Program DOES allow us to do "ad-hoc" distribution using an entitlements.plist

    See here for example

    And yes you can do ad-hoc provisioning in an Enterprise account too.

    0 讨论(0)
  • 2021-01-02 12:24

    Enterprise program doesn't allow to add custom entitlements to your provisioning profiles. So, you can't create enterprise apps which have special entitlements.

    One more additional note:

    XCode allows to add entitlements file. However, it's rejected by iOS device, because entitlements in it won't match your provisioning profile.

    0 讨论(0)
  • 2021-01-02 12:34

    You add entitlements to the project and not to the provisioning profile.

    0 讨论(0)
提交回复
热议问题