What Stops Google From Modifying Our APKs That It Signs Via the App Signing Service?

Google doesn’t just have the capability to modify .apk files uploaded to it’s Google Play signing program- they already are. Granted, this is at the moment a minor change and certainly a non-malicious one; but it remains an actual change of your .apk. They add <meta-data android:name=”com.android.vending.derived.apk.id” android:value=”1″ /> to the AndroidManifest.xml Below is a … Read more

How to generate an upload key for Google App Signing?

I just went through this exhausting process. I’m using React Native so I never even use Android Studio unless I need to launch a virtual device. I’m documenting this for myself and anyone else that has been traumatized by this experience. This is explicitly for the ‘Upload Key’ option. Google then swaps it out on … Read more

How to enable Google Play App Signing

Before proceeding watch this Android Developers video to understand the implications of your App Signing enrollment choice: https://youtu.be/odv_1fxt9BI This guide is oriented to developers who already have an application in the Play Store. If you are starting with a new app the process it’s much easier and you can follow the guidelines of paragraph “New … Read more