Can't upload same version number for multiple architectures
Created by: Arc676
I wrote an app for Ubuntu Touch using clickable and QML, but I have click packages both for desktop (amd64) and mobile (armhf). However, OpenStore won't allow me to upload both under the same version number.
Since the primary target was mobile and it's easier to compile on desktop, my current workaround is to up the version to 0.1.1 to upload the armhf build and just provide a link to the repository for users to download the desktop version.
However, I can't find a link to older versions, suggesting users can only download the latest version of any application. This means that the amd64 version of the app is now unavailable to users who might not want to compile it themselves.
The alternative solution is to build the same app twice but under different identifiers and have two OpenStore pages.