The other day we released a new app version and posted it to our internal testers on our Facebook Beta Tester Group.
To our dismay, we launched version 1.3 and realized that as we told our users to download the app- it was not showing the latest version.
What happened?
Apple is a tad bit slower than Google, so we really were freaking out about nothing. It hadn’t finished going through the review yet. So, that was fine when we uploaded version 1.3.
On Android:
In a late-night Slack chat with Max Cornell from our awesome dev firm, Grio, we were able to figure out the root cause of the issue. There is a symptom of our automated build process which does not increment Android minor build numbers the same way as iOS.
Release Date | iOS | Android |
3/25/2020 | 1.1.180 | 1.0.4194772 |
4/14/2020 | 1.2.187 | 1.0.4194781 |
4/24/2020 | 1.3.192 | 1.0.4194789 |
In sum, iOS 1.3 is the same as Android 1.0.4194789.