react-native-check-version icon indicating copy to clipboard operation
react-native-check-version copied to clipboard

[Question] Internal version number

Open AlixH opened this issue 3 years ago • 1 comments
trafficstars

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 ?

AlixH avatar Jun 06 '22 12:06 AlixH

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

tschoffelen avatar Jun 06 '22 12:06 tschoffelen