iOS certificate pinning with Future dated certificates.

Hi All,


I am developing iOS appliction and implemented certificate pinning and it works succesffuly. One downside i see is once certificate expires we have to maintain new one at both server and client end. Mostly certificate will expire by 1 or 2 years and to keep users unblocked we have plan app updates to have new certificates.

I am looking for solution something like, adding future dated certificates to ios app bundle and to avoid adding it every time certificate expires.

Does anyone has idea on this or implemneted earlier with this approch ? Or we have keep some time frame where we need to release new app updates with new certificate added ?


Thanks,

Amol