Given two binary versions, with the same bundle IDs.
Version v1.1.0 . bundleHash ABC . label v1
Version v1.2.0 . bundleHash ABC . label v2
A new bundle is released to both binary versions
Version v1.1.0 . bundleHash DEF . label v3
Version v1.2.0 . bundleHash DEF . label v4
When mobile clients on version v1.1.0 check for updates..
Expected: return package label v3.
Actual: returns "update not available". this is because we don't search using the appVersion.
Given two binary versions, with the same bundle IDs. Version v1.1.0 . bundleHash ABC . label v1 Version v1.2.0 . bundleHash ABC . label v2
A new bundle is released to both binary versions Version v1.1.0 . bundleHash DEF . label v3 Version v1.2.0 . bundleHash DEF . label v4
When mobile clients on version v1.1.0 check for updates.. Expected: return package label v3. Actual: returns "update not available". this is because we don't search using the appVersion.