I am currently implementing SSL Certificate Pinning for my React Native app.
I found a great answer explaining in detail the steps to archive this for both IOS
and Android
But unfortunately the Android
solution will only work as long as the requests are made with the Fetch
API and I am trying to find a solution that also includes the XMLHttpRequest
API