Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App version between iOS and Android is not aligned for the same nightly build #6881

Closed
Serhy opened this issue Nov 26, 2018 · 4 comments
Closed
Assignees

Comments

@Serhy
Copy link
Contributor

Serhy commented Nov 26, 2018

Type: Bug

Summary: There are a different app version in iOS and Android app from the same nightly. E.g. for the nightly build updated 2018/11/26 11:52:00 UTC:
iOS: Version 0.9.31 (1811231740); node 27700aa2
Android: Version 0.9.31 (9999); node 27700aa2

Recently we updated the apsolute value for build number. And it's all fine for iOS. But Android apparently limited in display 9999 values for build numbers. So any Android build has the 0.9.31 (9999) version at the moment.

Expected behavior

App version is the same on iOS and Android for the same build.

Actual behavior

App version between iOS and Android is not aligned for the same build:

screenshot 2018-11-26 at 15 16 01

screenshot 2018-11-26 at 15 16 10

Reproduction

  • Install latest Status develop build on iOS
  • Install latest Status develop build on Android
  • Verify app version on both platforms in Profile -> About

Additional Information

  • Status version: iOS (0.9.31 (1811231740); node 52a1bdfe) / Android (0.9.31 (9999); node 52a1bdfe
  • Operating System: Android and iOS
@mandrigin
Copy link
Contributor

@jakubgs looks like the build script is borked

@jakubgs
Copy link
Member

jakubgs commented Nov 27, 2018

Yeah, this looks weird. Let me investigate.

@jakubgs
Copy link
Member

jakubgs commented Nov 27, 2018

Okay, this should fix it: #6894

This android build should have the right build number:
https://status-im-prs.ams3.digitaloceanspaces.com/StatusIm-181127-170423-0e19f5-pr.apk

@Serhy
Copy link
Contributor Author

Serhy commented Nov 29, 2018

#6894 which fixing the version numbers is not in develop (and 0.9.32 release)
Closing the issue.

@Serhy Serhy closed this as completed Nov 29, 2018
@Serhy Serhy added this to Done in Mobile Client Team via automation Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

4 participants