When app is closed though "back" button and resume, onCreate will be called again.
If I put TrustKit.initializeWithNetworkSecurityConfiguration inside onCreate as readme shows it throws TrustKit has already been initialized error.
shall I add a try catch around it to avoid the crash?
When app is closed though "back" button and resume,
onCreatewill be called again.If I put
TrustKit.initializeWithNetworkSecurityConfigurationinside onCreate as readme shows it throwsTrustKit has already been initializederror.shall I add a try catch around it to avoid the crash?