Skip to main content

App Version Format

Version Format: MAJOR.MINOR.PATCH

MAJOR: Increment for incompatible changes.

Example: 1.0.0 → 2.0.0

MINOR: Increment for backward-compatible feature additions.

Example: 1.1.0 → 1.2.0

PATCH: Increment for backward-compatible bug fixes.

Example: 1.1.1 → 1.1.2

Best Practices

  • Use the strict MAJOR.MINOR.PATCH format (e.g., 2.3.1).
  • Avoid prefixes or suffixes (e.g., v, beta, -rc), which may cause scanning issues.
  • Maintain consistent naming across all configurations and documentation.

Example Versioning:

  • Initial release: 1.0.0

  • Add a new SKAdNetwork ID: 1.1.0

  • Fix a network ID issue: 1.1.1

  • Major configuration update: 2.0.0