G gacar Active Member Apr 7, 2022 #1 I want publish new test version of my application on play.google.com. But i am getting "1 version code has been used before. Try another version code. " How to change version number of my application?
I want publish new test version of my application on play.google.com. But i am getting "1 version code has been used before. Try another version code. " How to change version number of my application?
Solution KMatle Apr 8, 2022 In "project attributes". Make sure you fill the Version Name, too. B4X: #Region Project Attributes #ApplicationLabel: HR #VersionCode: 39 #VersionName: V39.0 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: portrait #CanInstallToExternalStorage: False #End Region
In "project attributes". Make sure you fill the Version Name, too. B4X: #Region Project Attributes #ApplicationLabel: HR #VersionCode: 39 #VersionName: V39.0 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: portrait #CanInstallToExternalStorage: False #End Region
KMatle Expert Licensed User Longtime User Apr 8, 2022 #2 In "project attributes". Make sure you fill the Version Name, too. B4X: #Region Project Attributes #ApplicationLabel: HR #VersionCode: 39 #VersionName: V39.0 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: portrait #CanInstallToExternalStorage: False #End Region Upvote 1 Solution
In "project attributes". Make sure you fill the Version Name, too. B4X: #Region Project Attributes #ApplicationLabel: HR #VersionCode: 39 #VersionName: V39.0 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: portrait #CanInstallToExternalStorage: False #End Region
G gacar Active Member Apr 8, 2022 #3 KMatle said: In "project attributes". Make sure you fill the Version Name, too. B4X: #Region Project Attributes #ApplicationLabel: HR #VersionCode: 39 #VersionName: V39.0 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: portrait #CanInstallToExternalStorage: False #End Region Click to expand... Thank you very much. Upvote 0
KMatle said: In "project attributes". Make sure you fill the Version Name, too. B4X: #Region Project Attributes #ApplicationLabel: HR #VersionCode: 39 #VersionName: V39.0 'SupportedOrientations possible values: unspecified, landscape or portrait. #SupportedOrientations: portrait #CanInstallToExternalStorage: False #End Region Click to expand... Thank you very much.