kimxogus / react-native-version-check

A version checker for react-native applications
MIT License
722 stars 177 forks source link

Android can't access play market for version check #218

Open IslamRustam opened 8 months ago

IslamRustam commented 8 months ago

There was a fix once that allowed androids to make request to play market (a header was added to fetch).

Now it doesn't work because of SSL handshake error.

Is there any way this could be fixed?