tschoffelen / react-native-check-version

🥕 Get the latest version of your app.
MIT License
195 stars 23 forks source link

[Question] Internal version number #36

Closed AlixH closed 2 years ago

AlixH commented 2 years ago

Hello, Does the check also work for internal version numbers such as Android versionCode and iOS build number ? If I release a 2.0.0 version with versionCode 100, can I know if there is a update of version 2.0.0 with versionCode 101 ?

tschoffelen commented 2 years ago

Unfortunately not - Google and Apple don't expose the version code / build number publicly as far as I'm aware.