We are facing an issue with the latest version of Google Play Android app. Here’s the issue:
We created several “stub” applications for one of our clients (a cell phone carrier) to be pre-installed on the devices they sell. All the stub does is to call the application page on the Play Store (Android Market before that) by using an Intent with the url market://?default=packagename. The stub has the same package name and is signed with the same certificate as the full application but with a previous versionCode. As we expected, once the store page was open, the “Update” button would be displayed as Google PLay was able to detect that the app was already installed but a new version was available on the market.
The latest version of Google Play app (3.7.13), instead of displaying the “Update” button, it displays an “Open” button instead. As if Google Play wasn’t able to identify there was an update to the application. This only happens if the application was never downloaded before on that user account. Has anything changed on how Google Play handles app updates?
Is there any other way we can have pre-installed applications on a device that can be picked up and updated by Google Play as if it was downloaded by a user?