Uploaded image for project: 'Nuxeo Mobile'
  1. Nuxeo Mobile
  2. NXMOB-321

Better identify Android (beta) versions

    XMLWordPrintable

    Details

    • Type: Task
    • Status: Resolved
    • Priority: Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: Android 1.6
    • Component/s: Android

      Description

      The problem is that we are currently promoting the beta version to production.

      So we have no way to distinguish a beta version from a production one, because if we were adding a -beta suffix to a version it would appear in production.

      Possible solutions:

      1/ Append the versionCode to the versionName

      For instance, for the 1.5.0 version we would have:

      • beta 1 = 1.5.0-21
      • beta 2 = 1.5.0-22
      • beta 3 = production = 1.5.0-23

      2/ Upload a separate APK for production

      Allowing to have different version names for beta and production, for instance:

      • beta 1 = 1.5.0-21-beta
      • beta 2 = 1.5.0-22-beta
      • beta 3 = 1.5.0-23-beta
      • production = 1.5.0

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: