Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
christianrr opened this issue Dec 15, 2023 · 1 comment
Open
1 task done

Comments

@christianrr
Copy link

christianrr commented Dec 15, 2023

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
@emawby
Copy link
Contributor

emawby commented Jan 17, 2024

@christianrr Thank you for reporting we are investigating a fix for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants