kimxogus / react-native-version-check

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

Getting version on Android started to fail #110

Closed kmkrtich closed 4 years ago

kmkrtich commented 4 years ago

Started from today my Android version checker is failing.

console.log('LATEST VERSION ANDROID: ', await VersionCheck.getLatestVersion({ provider: 'playStore' }));

It returns just dot ' . '

Also using needUpdate fails :

const isNeeded = await VersionCheck.needUpdate({ depth: 2 });

I'm getting warning : TypeError : Invalid Version .0.0

I'm using 3.4.0 version And my application version in playstore is 1.31.2

bohdansushchak commented 4 years ago

same

"react-native-version-check": "^3.4.0", "react": "16.8.6", "react-native": "0.60.6",

TadjerouniMohamedAdel commented 4 years ago

same issue "react": "16.9.0", "react-native": "0.61.5", "react-native-version-check": "^3.4.0",

xGum commented 4 years ago

same issue

kimxogus commented 4 years ago

Fixed by #111 and https://github.com/kimxogus/react-native-version-check/releases/tag/v3.4.1 is published.

razorabhu1995 commented 4 years ago

i think it is not fixed yet!!! @kimxogus

I am still getting the error

khoand0407 commented 4 years ago

i still see this error on v3.4.1 please check it

joartola commented 4 years ago

Have same problem here "react-native-version-check": "^3.4.1"

jayeshkarma100 commented 3 years ago

still the same issue with "react-native-version-check": "^3.4.2",

AndreyMirzoyan commented 3 years ago

same problem, ^3.4.2

penghouho commented 3 years ago

For me, I had the problem at 3.3.0 and fixed after updated to 3.4.2