kimxogus / react-native-version-check

A version checker for react-native applications
MIT License
715 stars 172 forks source link

needUpdate consistently returning null for Android #164

Closed faizanbutt closed 2 years ago

faizanbutt commented 2 years ago

I am using VersionCheck.needUpdate({ country: 'us' }) but it is consistently returning me null for Android. Don't know if anyone else is also facing this issue. Earlier it was working perfectly. I have an app on google play and most of the users are facing problems due to this issue.

Please check ASAP. Thanks!

Wissam-Yelhow commented 2 years ago

Yes this is recent due to PlayStore UI changes, check the last two issue reports:

https://github.com/kimxogus/react-native-version-check/issues/161 https://github.com/kimxogus/react-native-version-check/issues/162

Rafael-Pessoni commented 2 years ago

Anyone here knows the solutions for this trouble? I'm getting this error on a published app, and I need to resolve quickly... Please :/

M4Tdev commented 2 years ago

This package (https://github.com/flexible-agency/react-native-check-version) has been updated to work with the new Google Play Store design, it is still not the best solution but it does work at least for now, till we find a better way.

Joan0018 commented 2 years ago

@Rafael-Pessoni Do you found any workable solution? I getting error on a pubilshed app also

rf1804 commented 2 years ago

Latest version has been released v3.4.3

https://www.npmjs.com/package/react-native-version-check/v/3.4.3