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

Switch to download provider that handles TLS correctly #13

Open mikehardy opened 5 years ago

mikehardy commented 5 years ago

11 is a workaround that uses Play Services. But if you want to use a non-play-services workaround you either need to use OkHTTP or a downloader that uses the default react-native fetch but with conscrypt bundled with the app.

react-native-fs does not seem to respond - https://github.com/itinance/react-native-fs/issues/577 - so perhaps rn-fetch-blob or similar would be better. Ideally one that could resume partial downloads if possible

TomHiller-swd commented 4 months ago

itinance is no longer actively maintaining react-native-fs. Development is being continued by birdofpreyru, discussed here. The fork still does not use okHTTP but may have corrected the original issue.