Hi. I finished my ionic app for android. I build for android with just : ionic build android
Now my question is: In android it’s ok to install the app without signing the app and/or sending to google play. Is it ok to publish the app without production build??
It’s highly recommended to publish app with production build. For example, if you publish app as debug version, others can access the source of the app. Also only production version can be published at Google Play Store.
You can test it directly from chrome when you enable USB Debug from your phone too see what you store inside localStorage and from that state you can change every value.
The best way is to separate business logic from presentation layer.