Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for verifying Google Play security metadata #196

Open
kasia125 opened this issue Feb 16, 2025 · 1 comment
Open

Support for verifying Google Play security metadata #196

kasia125 opened this issue Feb 16, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@kasia125
Copy link

kasia125 commented Feb 16, 2025

https://android-developers.googleblog.com/2018/06/google-play-security-metadata-and.html

Request:

Could AppVerifier verify Google Play security metadata?

Rationale:

AppVerifier verifying the Google Play security metadata will allow people to use untrusted sources where APKs are redistributed, such as apkmirror.com and others, while ensuring the integrity and root of trust of obtained applications.

Google Play security metadata is verified offline by the Google Play Store Android application, and the metadata is kept intact when transferring the apks, or backing them up from a device. It is written by on the Android Developers Blog, that the "metadata addition" is "inserted into the APK Signing Block."

Time cost:

It seems to me that this could be possiible, potentially requiring at most some reverse engineering of the Google Play Store application, or analysis of the signing blocks of APKs served by the Google Play Store.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants