tat_flutter icon indicating copy to clipboard operation
tat_flutter copied to clipboard

Feature: [Android] have different application IDs for flavors

Open rileychh opened this issue 1 year ago • 0 comments

Description

  • Currently the "beta" flavor and the "real" flavor have the same application IDs (club.ntut.npc.tat)
  • This prevents having the debug version and the Play Store version at the same time.
  • We should have different suffixes for different flavors.

How to implement?

Design(optional)

  • club.ntut.npc.tat.real for the real flavor
  • club.ntut.npc.tat.beta for the beta flavor

Additional contexts(optional)

  • I am not sure about if iOS have this issue, since I don't have an iDevice.

rileychh avatar Apr 10 '23 09:04 rileychh