You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 15, 2024. It is now read-only.
Description
On iOS AppInfo.BuildString displays Version String and AppInfo.VersionString displays Build String.
Steps to Reproduce
App version is: 1.0.0
Build String is: 4323
var version = $"{AppInfo.VersionString}.{AppInfo.BuildString}";
Expected Behavior
version = 1.0.0.4323
Actual Behavior
version = 4323.1.0.0
Version is displayed properly in Android.
Basic Information