parryworld / react-native-appupdate

Update apk and update from app store in React Native.
MIT License
85 stars 36 forks source link

Need build number and version number both for iOS #12

Open shubhangia opened 6 years ago

shubhangia commented 6 years ago

While updating the app to test flight or app store, for each new version we can change(increment) either the version number or build number. The combination has to be unique. So there are chances that the version of apps might match. It would be good if build number is also compared along with version number.

houssem23000 commented 6 years ago

please can you add an example of using this lybrary??