Is it ok to change application name after it has been published?
<application
android:name="com.domain.newname"
...
so that apk can be properly uploaded to the store as an update
Is it ok to change application name after it has been published?
<application
android:name="com.domain.newname"
...
so that apk can be properly uploaded to the store as an update
Yes, absolutely....you just cannot change the package name. It's not recommended, but it's definitely possible/allowed.