New issue
Advanced search Search tips

Issue 683159 link

Starred by 1 user

Issue metadata

Status: Duplicate
Owner: ----
Closed: Jan 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug



Sign in to add a comment

Installing tests.peter.sh from Chrome Dev does not work when tests.peter.sh has been already installed via Chrome Canary

Project Member Reported by pkotw...@chromium.org, Jan 20 2017

Issue description

Installing tests.peter.sh from Chrome Dev does not work when tests.peter.sh has been already installed via Chrome Canary

 

Comment 1 by sbirch@chromium.org, Jan 20 2017

I think this is a manifestation of the signing keys issue -- Android won't take the update to the APK if the keys don't match, and we currently use different keys for different browsers.
Sam you are right.

The WebAPK for tests.peter.sh for Chrome canary and Chrome dev has:
- the same package name (This is why Chrome does not realize that a WebAPK is already installed)
- different signing keys (This is why the install fails)

We should either use the same signing keys or use different package names for WebAPKs generated by each browser
Mergedinto: 684981
Status: Duplicate

Sign in to add a comment