Continue to get updates in play store.

Active 1 Reply 556 Views 2019-05-08 14:46:38 Questions
When I patch an app I no longer get updates for the app in the play store. What can I do?

Sharing is caring, show love and share the thread with your friends.


snwmds replied
4 Years

When you perform modifications in an APK file, your original signature is changed. Each developer has a unique signature that is used to sign your app before it makes it available on Google Play.


The Google Play Store always analyzes the signature provided by the developer and the signature of the app that is installed on your device. When the signatures match, Google Play displays updates for the app, if the signatures don't match, Google Play don't display updates for the app.


The only way to apply a custom patch to an app without having to make any modifications in the APK file, is to perform the patch application in root mode. If you don't have root access, this is not possible.


Read more about signing apps on Android:


Sign your app | Android Developers

Use app signing by Google Play - Play Console Help

Application Signing | Android Open Source Project

loading...