1

Germany (SAP / Telekom) built a Corona-App. It's available in the Android Store and the code is on Github.

Is it possible to check if the code on Github matches the code in the Android Store?

Martin Thoma
  • 124,992
  • 159
  • 614
  • 958
  • 2
    See also [reproducible builds](https://en.wikipedia.org/wiki/Reproducible_builds). – Sjoerd Sep 14 '20 at 07:25
  • @schroeder Can you move it or should I close and create a new one? – Martin Thoma Sep 14 '20 at 08:01
  • @ADM I'm not sure what you are suggesting. How would I make sure that the app version `1.3.0` is the same as the git tag version `1.3.0`? – Martin Thoma Sep 14 '20 at 08:38
  • SOP is to tag the repository with released version, so tag `1.3.0` is same as app version `1.3.0` on Android Store. FYI you can't overwrite debug build on top of the app installed from store because app keys are different. – Waqas Raja Sep 14 '20 at 10:42

0 Answers0