0

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?

acruma
  • 318
  • 2
  • 17
  • Possible duplicate of [Upload failed in play store](https://stackoverflow.com/questions/55035972/upload-failed-in-play-store) – Najam Us Saqib Jul 15 '19 at 09:19

2 Answers2

2

Here's the documentation for publishing your app on android :

https://ionicframework.com/docs/publishing/play-store

And the same for Ios:

https://ionicframework.com/docs/publishing/app-store

Vinícius Mussato
  • 338
  • 1
  • 2
  • 12
0

first you should create release version and then sign it , you can follow this and it shows detailed steps to create keystore and release apk and sign it .

Ali Mhanna
  • 401
  • 3
  • 14