Is it mandatory to start the package name with com. ? I have a different package name like xxxx.yyyy.com.xxxx . Will google play accept it ? Is there any harm in uploading the app with such type of package name .
Thank you in Advance for help.
Is it mandatory to start the package name with com. ? I have a different package name like xxxx.yyyy.com.xxxx . Will google play accept it ? Is there any harm in uploading the app with such type of package name .
Thank you in Advance for help.
No, it is not mandatory.
Even standard Android components use package names like android.foo.bar
. Or Java components like java.util.foo
.