react-native-pinch
react-native-pinch copied to clipboard
SSL pinning for react native
The error happens in ios, when I make the request the application stops ... This is my way of making the request. pinch.fetch('https://192.168.0.122:9443/rest/comandero/listaUno', { method: 'GET', headers: {'Authorization': 'Basic MTIzOg=='},...
According to the documentation https://developer.apple.com/documentation/security/1396073-seccertificatecreatewithdata?language=objc The method 'SecCertificateCreateWithData' only accepts '.der' format. If used with '.cer' a null value is returned. To transform a '.cer' to '.der', just call: 'openssl...
As title, it works on iOS by default but not Android.
Hey everyone, I've followed the instructions in the README, and have the iOS version working; however, every time I try to login via the Android app it just crashes without...
I want to upload the picture of the machine and I don't see the example. I need the solution, thank you.
In android HTTPUtil.java: HttpsURLConnection connection; URL url = new URL(request.endpoint); String method = request.method.toUpperCase(); line 81: connection = (HttpsURLConnection) url.openConnection(); If the request.endpoint is erroneously http, url.Connection() will return an...
Hey! Due to a compatibility problem with React Native 0.4X, this library cannot be used. I have solved the small problem to be able to use it and I share...
Hi, First of all, thanks for writing this library! Right now, I'm getting request timedout when user backgrounding the app while in the middle of get/post request. The error usually...
[](url) I did the installation step and I tried to run the app and it got this error.