Closed
Bug 1221337
Opened 9 years ago
Closed 9 years ago
app submission tool does not preserve Minimum Requirements "Openmobile ACL" checkbox across versions
Categories
(Marketplace Graveyard :: Developer Pages, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bwalker, Unassigned)
Details
(Whiteboard: [marketplace-transition])
app submission tool does not preserve Minimum Requirements checkboxes across versions
STR:
1. upload a packaged app version, set the "OpenMobile ACL" flag in the minimum requirements section.
2. upload a second version of the same app
Expected:
* 2nd version of the app will retain the "OpenMobile ACL" flag in the minimum requirements section.
Actual:
* 2nd version of the app does not retain the "OpenMobile ACL" flag in the minimum requirements section. Very error prone. Requires developer to remember to check again every time.
Comment 1•9 years ago
|
||
Yeah, technically features are meant to be detected automatically and therefore it makes sense to separate them per version and not copy them over, but I agree this leads to errors.
Maybe instead of having OpenMobile ACL as a hidden feature flag we should leave it accessible for everyone (if you tick the checkbox, only thing that does is hide the app from non-compatible devices) and detect it in the validator, pre-ticking the checkbox at upload time in devhub like we do for many other features.
Comment 2•9 years ago
|
||
Is there something we can put in the manifest file so it auto checks the box?
Comment 3•9 years ago
|
||
Your manifest already contains permissions we can detect, we just need to do the detection.
Updated•9 years ago
|
Priority: -- → P4
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Whiteboard: [marketplace-transition]
You need to log in
before you can comment on or make changes to this bug.
Description
•