Hey guys,
I just released my app that is hosted on Heroku and deployed to the App Store / Play Store.
After reading the documentation, it is still not clear to me how I should proceed with updates to my code.
If I change something (let’s say a font or a button) on my codebase do I just need to git push heroku master
and it will automatically update the code on the apps? Or do I also have to do something on Xcode/Android Studio (like building it again)?
And what if I change something on the back-end, like a method or a cordova plugin, how should I proceed?
Thanks!