tschoffelen/react-native-check-version

The check version method issue

Closed this issue · 7 comments

this.appVersion = await checkVersion();
The app crashes when I called this method, I think it is due to your updates 3 hours ago.

I have a critical application stopped after this update. Lack of responsibility.

Yes i hope the issue will be fixed as soon as possible

I'm going to disable my applications, I can't trust

Hi both. Google Play has updated their page layouts, which means our custom back-end can't read the latest version anymore.

Instead, we've updated the library to now do this check in-app. Updating the library should resolve this issue. Please see #30.

Looks like Google fixed it, it is working now ! @tschoffelen

I've patched our custom back-end to return a successful response for now for Android users, to prevent crashes for developers who are using this library without catching errors returned. It will always return false however for needsUpdate.

Please update to a new version of the library as soon as possible to restore actual functionality.

Thanks a lot