Anyone know a way to detect whether an APK was signed using Google Play App Signing? Or otherwise, anyone know of an app that is using Google Play App Signing?
@icedquinn Google Play App Signing is required now for new apps. It is not yet required for apps that were already in Google Play
@U039b found it:
"Okay. Based on Google's documentation, you could check 2 attributes in the Manifest: https://support.google.com/googleplay/android-developer/answer/9842756"
Specifically com.android.stamp.source and com.android.stamp.type.