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

前端 未结 3 1593
自闭症患者
自闭症患者 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: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.

提交回复
热议问题