Skip to content

Build flavors

Samuel Montambault edited this page Nov 11, 2021 · 4 revisions

This page reference this issue: https://github.com/ApplETS/Notre-Dame/issues/271. There is currently three build flavors that has been constructed for the app.

  • Production (prod)
  • Bêta (beta)
  • Development (dev)

Production (prod)


This build flavor, should be the one used to deploy in production the app. It's the standard flavor and it's the one that is downloaded from the store by default.

The App icon is the default one for ÉTSMobile.



Bêta (beta)


This build flavors will be used to host the beta application program from the app store and play store. Its main purpose is to specify to the user that they are using the beta build.

Also, the package id should be the same as the one for prod. This is to prevent user to have the two version at the same time. (ca.etsmtl.applets.etsmobile)

Development (dev)


This is the development flavor for ÉTSMobile. The purpose is to have a dedicated app for the dev team to prevent collisions over with the stable build in production.

The package id will be different from the main app to allow the two app to coexist. (ca.etsmtl.applets.etsmobile.dev)



How it was made

⚠️ Incomplete section ⚠️