[Apple] Handling 'Your iOS Distribution Certificate will expire in 30 days.'
Tadashi Shigeoka · Mon, May 12, 2014
I received an email from Apple with the content “Your iOS Distribution Certificate will expire in 30 days.”
I referred to the following for the solution
・プログラミング雑記: Certificate期限切れの通知が送られてきたら
Since it was already expired this time:
- I had kept the CertificateSigningRequest.certSigningRequest file locally, so I create the Certificate again
- Create from the expired Provisioning Profiles and specify the Certificate
That’s it.
That’s all from the Gemba.