Ionic Cordova run Android and… Go Store?

My question is basically the title.

Suppose that I already have the application that I have programmed, finished and tested. I just run this command line

ionic cordova run android

then… I’m going to

platforms \ android \ app \ build \ outputs \ apk \ debug \

Rename app-debug.apk and … Ready? Can I upload this APK to Google Store? Or is it necessary to do something else? Or is there any additional good practice that you need?

Hey , you need to take a release build to upload into Playstore. Also you want a Release build SHA-1 key to attach along with apk for further updates.
Cheer’s , Enjoy coding