mikehardy / react-native-update-apk

Update apk from non-play store servers, and update ios from app store in React Native.
MIT License
195 stars 57 forks source link

Handle SSLProtocolError for Android <5 #11

Closed mikehardy closed 5 years ago

mikehardy commented 5 years ago

https://github.com/itinance/react-native-fs/issues/446

Indicates this will happen for any SSL transfer on Android <5 for modern webservers. Going to try a patch here, then if it works will propose it in react-native-fs