Skip to content

[Bug]: Maui ApplicationVersion is not correctly tracked on iOS #82

@christianrr

Description

@christianrr

What happened?

When a Maui single project file with ApplicationVersion is used, then iOS tracks the Display Version as AppVersion instead.
Android seems to be correct.

<ApplicationDisplayVersion>2.0</ApplicationDisplayVersion>
<ApplicationVersion>47</ApplicationVersion>
image

Steps to reproduce?

1. Create MAUI single project file
2. Define ApplicationDisplayVersion and ApplicationVersion
3. Register devices on Android and iOS
4. Android shows AppVersion 47 and iOS AppVersion 2.0

What did you expect to happen?

Both should take the ApplicationVersion 47

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions