Closed
Bug 845263
Opened 13 years ago
Closed 13 years ago
Unable to install 3rd party app IQ FitFun Lite
Categories
(Marketplace Graveyard :: Reviewer Tools, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-05-23
People
(Reporter: adora, Assigned: robhudson)
Details
(Whiteboard: p=1)
Attachments
(1 file, 1 obsolete file)
|
619.18 KB,
text/plain
|
Details |
https://marketplace.firefox.com/reviewers/apps/review/iq-fitfun-lite
App downloads until 95%, then download failed error.
Comment 1•13 years ago
|
||
I am not allowed to enter to that URL so I can't check the app, however it seems that the error is related with the packaged signature:
E/GeckoConsole( 109): Content JS INFO at app://system.gaiamobile.org/js/app_install_manager.js:197 in ai_handleDownloadError: downloadError event, error code is INVALID_SIGNATURE
Updated•13 years ago
|
Whiteboard: DUPEME
Comment 2•13 years ago
|
||
That officially makes this three distinct apps that have this problem.
Status: NEW → RESOLVED
Closed: 13 years ago
Component: General → Reviewer Tools
Product: Boot2Gecko → Marketplace
Resolution: --- → DUPLICATE
Version: unspecified → 1.0
Comment 3•13 years ago
|
||
The other two apps in bug 841569 are now installable but IQ FitFun Lite is still throwing an error on installation so its possible that there is something else at play here.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Updated•13 years ago
|
Whiteboard: DUPEME
Comment 4•13 years ago
|
||
(In reply to Andrew Williamson [:eviljeff] from comment #3)
> The other two apps in bug 841569 are now installable but IQ FitFun Lite is
> still throwing an error on installation so its possible that there is
> something else at play here.
Is it the INVALID_SIGNATURE error still or are we getting something different now?
Comment 5•13 years ago
|
||
Well, I already see one problem in this package - the ids.json is incorrect.
{"app_id": "48acf911-8916-48d3-9d83-60fc37b2658b", "version_id": 1420108}
Comment 6•13 years ago
|
||
(In reply to Jason Smith [:jsmith] from comment #5)
> Well, I already see one problem in this package - the ids.json is incorrect.
>
> {"app_id": "48acf911-8916-48d3-9d83-60fc37b2658b", "version_id": 1420108}
I'm testing on 1.0.1 - I thought the change that prompted bug 873600 on affected 1.1 onwards?
Comment 7•13 years ago
|
||
(In reply to Andrew Williamson [:eviljeff] from comment #6)
> (In reply to Jason Smith [:jsmith] from comment #5)
> > Well, I already see one problem in this package - the ids.json is incorrect.
> >
> > {"app_id": "48acf911-8916-48d3-9d83-60fc37b2658b", "version_id": 1420108}
>
> I'm testing on 1.0.1 - I thought the change that prompted bug 873600 on
> affected 1.1 onwards?
Right. So you are getting INVALID_SIGNATURE then, right?
Comment 8•13 years ago
|
||
Looks like the error is MANIFEST_MISMATCH
Attachment #718354 -
Attachment is obsolete: true
Comment 9•13 years ago
|
||
(In reply to Andrew Williamson [:eviljeff] from comment #8)
> Created attachment 752749 [details]
> logcat for IQ FitFun app error
>
> Looks like the error is MANIFEST_MISMATCH
Ah. That's good news actually. That means the bug is not a signing bug.
Comment 10•13 years ago
|
||
I've confirmed this is a marketplace bug.
In the mini-manifest, the name property is the following:
"name": "IQ FitFun Lite"
In the webapp manifest, the name property is the following:
"name": "IQ FitFunLite"
So the names are not the same = we get a MANIFEST_MISMATCH error.
Rob - Can you take a look?
Flags: needinfo?(robhudson.mozbugs)
| Assignee | ||
Comment 11•13 years ago
|
||
The app's name differed from the name in the manifest. We fixed this for public apps but apparently missed it for apps in the review queue.
https://github.com/mozilla/zamboni/commit/b1f7afd
Assignee: nobody → robhudson.mozbugs
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Flags: needinfo?(robhudson.mozbugs)
Resolution: --- → FIXED
Whiteboard: p=1
Target Milestone: --- → 2013-05-23
You need to log in
before you can comment on or make changes to this bug.
Description
•