OneSignal/OneSignal-DotNet-SDK

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

Opened this issue · 1 comments

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

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