Apps in the enterprise appstore after provisioning profile expires

北城余情 提交于 2020-01-11 12:07:53

问题


I have an app in enterprise appstore and the provisioning profile with which I created iPa is due to expire next month. If I go to developer account and renew the provisioning profile, what happens to the app in appstore which was created with old provisioning profile? Should I create a new iPa with new renewed provisioning profile and submit it? Is it enough to just renew the expiring provisioning profile or should we renew, create iPa with new one and upload it to appstore again?

Any help would be appreciated. Thanks!


回答1:


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



来源:https://stackoverflow.com/questions/50620150/apps-in-the-enterprise-appstore-after-provisioning-profile-expires

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