Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

[Docs] [best practices] 3rd build type for Android #614

@vonovak

Description

@vonovak

Hi! I'd like to discuss this: the guide on multi deployment testing uses 2 build configs for android (release and debug) while it uses 3 for iOS (debug, stage, production).

I believe it would be beneficial to add 3rd build config for Android as the recommended approach.

  • debug - development; code push is not being used here because it makes no sense
  • stage - stable version for testing. Changes are pushed here from the debug version
  • production - what customers run. Changes propagated form staging.

Opinions?

related: #439

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions