Release ad-hoc ed expired provisioning

后端 未结 3 829
我在风中等你
我在风中等你 2021-01-24 23:36

sorry for my bad english but i\'m italian.

I have to release an app that will work on only a few devices. What should I do when the provisioning profile expires? Will th

3条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-25 00:38

    Not sure what you're really asking, but here is a quick answer with some points that might help you.

    Ad hoc provisioning profiles last for 1 year. After a year the certificate is invalid and the application won't work any more. At this point you will have to create a new certificate (usually just renew the certificate will work) and re-release built against the new certificate. This will mean that anyone using the application this way will have to remove the app from their device and install the new package you send them.

    When you release an application on the app store the certificate is permanent, you don't have to renew anything and apple will deal with it itself.

提交回复
热议问题