How to dynamically handle network_security_config.xml file incase of certificate expire? Without android app update?

113 Views Asked by At

I have implemented certificate pinning in my Android app, now the question is going future if certificate got expired or if we renewed our certificate. In that case do we need to add the new certificate again and give another app update?

To avoid an app update, is there any way that we can just renew the certificate and continue with the same certificate without app update?

0

There are 0 best solutions below