24

How can I disable App Signing from Google Play Console for all the apps already uploaded on Play store and for new apps?

Erum Malik
  • 641
  • 2
  • 6
  • 15

5 Answers5

21

You can't disable App Signing after being activated as you can read in the image below:

enter image description here

Took from official documentation.

If you are stucked with it, you can follow the guide i posted here

MatPag
  • 29,651
  • 11
  • 74
  • 87
  • 8
    it's worth mentioning that the opt-in is permanent FOR THE APP, not the account. If you haven't published the app yet, you can just create a new one – syonip May 29 '19 at 10:19
  • Hi MatPag my app has published in beta mode , how can i disable google app signing , should i remove my app and create a another app or ?? – milad salimi Mar 31 '20 at 14:46
  • 1
    @miladsalimi yes, this is the best approach – MatPag Mar 31 '20 at 15:12
  • MatPag,After i remove it and create new one , the package name and apps name are same dont we have restriction about it? – milad salimi Mar 31 '20 at 15:39
  • If you remove the app the package name will be available again (i don't think you should have problems, and if there are problems play store will sure warn you) – MatPag Mar 31 '20 at 16:27
  • Thank you MatPag – milad salimi Mar 31 '20 at 21:10
17

Quoting the @MatPag you can't disable the app signing after activating it from Google Play Console. Here is the quick way to resolve this issue.

  1. "CREATE APPLICATION" having the same name which you want to upload before.
  2. Click create.
  3. After creation of the app now click on the "App releases"
  4. Click on the "MANAGE PRODUCTION"
  5. Click on the "CREATE RELEASE"
  6. Here you see "Google Play App Signing" dialog.
  7. Just click on the "OPT-OUT" button.
  8. It will ask you to confirm it. Just click on the "confirm" button.

You are ready to Drop your APK file with your signing key. Just give it a try.

Muhammad Laraib Khan
  • 4,152
  • 2
  • 14
  • 13
6

If you haven't published yet, you can delete the app and then recreate it, and opt out of the google play app signing.

david72
  • 6,327
  • 2
  • 31
  • 54
3

If Anyone is looking here because FIREBASE requires the 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 have to change the JSON file that you have to include in your app.

Mughil
  • 515
  • 4
  • 8
1

You can delete your app, since it is still in the draft mode, and you can restart again, this time choose to opt-out even though it is recommended.

Saikat Saha
  • 634
  • 11
  • 29
JP Gee
  • 11
  • 1