How to disable signing apps from the Google Play Console

How do I disable app subscriptions from the Google Play Console for all apps already downloaded from the Play Store and for new apps?

+15


source to share


4 answers


You cannot turn off app signing after activation, as you can read in the image below:

enter image description here



Taken from the official documentation .

If you are stuck with it you can follow the guide I posted here

+15


source


When quoting @MatPag, you cannot deactivate an app subscription after activating it from the Google Play Console. Here's a quick way to fix this problem.

  • "CREATE APP" with the same name that you want to download earlier.
  • Click the create button.
  • After creating the application, now click on Applications
  • Click on "MANAGE PRODUCTION"
  • Click "CREATE RELEASE"
  • Here you see the Signing Google Play Applications dialog box.
  • Just press the "OPT-OUT" button.
  • He will ask you to confirm this. Just click the "confirm" button.


You are ready to delete your APK file using your signing key. Just try it.

+14


source


If you haven't published it yet, you can uninstall the app and then recreate it and unsubscribe from the Google Play app.

+2


source


If anyone searches here because FIREBASE requires a new SHA1 fingerprint, you can find it in the APP SIGNING screen and add it to your app for notification or authentication .... enter image description here

We don't even need to modify the JSON file that you have to include in your application.

+2


source







All Articles