Apps in the enterprise appstore after provisioning profile expires

喜欢而已 提交于 2019-12-02 02:49:13

You will need to provide a new provisioning profile, that has a new expiration date, to the devices with your app or existing installations of the app will stop working.

You can do this by packaging a new version of your app that includes the new provisioning profile and then having your users install the update.

Alternatively, if your devices are managed by an MDM (which is best practice) then you can have the MDM server push the updated provisioning profile to the devices. The advantage of this approach is that it doesn’t require any user action.

The process of certificate and provisioning profile expiration is explained quite well in this WWDC video

As an example, here are the instructions for Microsoft InTune

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!