Ad Hoc iOS Distribution Profiles become invalid

老子叫甜甜 提交于 2019-12-14 01:54:57

问题


When the profiles become invalid, the beta version that was distributed with that profiles in active could be used in normal?


回答1:


Yes, don't worry about those builds, which were distrubuted earlier. Here is an official Apple distribution guide:

A provisioning profile appears invalid if it contains a revoked or expired certificate.

Expired certificates:

Certificate expiration or revocation

For standard developer program teams (those whose distribution method is the iOS App Store), expiration or revocation of a code signing certificate does not affect any apps that were signed with that certificate (this includes development builds, beta test builds, and live App Store apps). Its just an indication that the profile must be regenerated/updated to be associated with a new, valid certificate.

https://developer.apple.com/library/content/qa/qa1878/_index.html



来源:https://stackoverflow.com/questions/39941556/ad-hoc-ios-distribution-profiles-become-invalid

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